diff options
| author | Shulhan <m.shulhan@gmail.com> | 2024-07-14 19:34:34 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2024-07-14 20:13:54 +0700 |
| commit | 4c9d07a3dbc33c8d18e2417f2ad626d90c4de626 (patch) | |
| tree | b95b9d8faaa473f3e030ccc701162a98c506a8f7 /solutions/stringers.go | |
| parent | e0be34f59e1097a6f3e0268483f50e17eeb4330d (diff) | |
| download | golang-id-tour-4c9d07a3dbc33c8d18e2417f2ad626d90c4de626.tar.xz | |
all: sync with golang.org/x/website (2/2)
Perubahan,
* _content/tour: change '// +build' to '//go:build'
Diffstat (limited to 'solutions/stringers.go')
| -rw-r--r-- | solutions/stringers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/stringers.go b/solutions/stringers.go index 7462f4c..3faf812 100644 --- a/solutions/stringers.go +++ b/solutions/stringers.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ignore +//go:build ignore package main |
