File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
examples/basic/zerovalues Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Bool は、Goにおける bool のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Bool () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Float は、Goにおける float のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Float () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Int は、Goにおける int のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Int () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Map は、Goにおける マップ のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Map () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Pointer は、Goにおける ポインタ のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Pointer () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// Slice は、Goにおける スライス のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func Slice () error {
1111 //
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
55// String は、Goにおける string のゼロ値についてのサンプルです.
66//
77// # REFERENCES
8- // - https://go-tour-jp.appspot.com /basics/12
8+ // - https://go.dev/tour /basics/12
99// - https://brain2life.hashnode.dev/default-zero-values-in-go
1010func String () error {
1111 //
You can’t perform that action at this time.
0 commit comments