Skip to content

Commit 8b64243

Browse files
committed
Fix comments
1 parent 1e91001 commit 8b64243

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/basic/zerovalues/bool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Bool() error {
1111
//

examples/basic/zerovalues/float.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Float() error {
1111
//

examples/basic/zerovalues/int.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Int() error {
1111
//

examples/basic/zerovalues/map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Map() error {
1111
//

examples/basic/zerovalues/pointer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Pointer() error {
1111
//

examples/basic/zerovalues/slice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func Slice() error {
1111
//

examples/basic/zerovalues/string.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
func String() error {
1111
//

0 commit comments

Comments
 (0)