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"
5
5
// Bool は、Goにおける bool のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Bool () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// Float は、Goにおける float のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Float () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// Int は、Goにおける int のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Int () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// Map は、Goにおける マップ のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Map () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// Pointer は、Goにおける ポインタ のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Pointer () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// Slice は、Goにおける スライス のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func Slice () error {
11
11
//
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "github.com/devlights/gomy/output"
5
5
// String は、Goにおける string のゼロ値についてのサンプルです.
6
6
//
7
7
// # REFERENCES
8
- // - https://go-tour-jp.appspot.com /basics/12
8
+ // - https://go.dev/tour /basics/12
9
9
// - https://brain2life.hashnode.dev/default-zero-values-in-go
10
10
func String () error {
11
11
//
You can’t perform that action at this time.
0 commit comments