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 /content/methods/type-assertions.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 'content/methods/type-assertions.go')
| -rw-r--r-- | content/methods/type-assertions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods/type-assertions.go b/content/methods/type-assertions.go index 7e81499..dac657f 100644 --- a/content/methods/type-assertions.go +++ b/content/methods/type-assertions.go @@ -1,4 +1,4 @@ -// +build no-run OMIT +//go:build norun || OMIT package main |
