2020-02-09から1日間の記事一覧

Go言語入門:string型の使い方の確認

Go Playground - The Go Programming Language package main import ( "fmt" "reflect" ) func main() { fmt.Printf("Go言語におけるstring型は「不変(immutable)なバイト型のスライス」らしい\n") s := "hello, world" // 宣言 // immutable==再代入不可な…

/* https://sunrise033.com/entry/hatena-blog-how-to-hierarchicalize-categories */