aboutsummaryrefslogtreecommitdiff
path: root/solutions/http.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2024-07-14 19:34:34 +0700
committerShulhan <m.shulhan@gmail.com>2024-07-14 20:13:54 +0700
commit4c9d07a3dbc33c8d18e2417f2ad626d90c4de626 (patch)
treeb95b9d8faaa473f3e030ccc701162a98c506a8f7 /solutions/http.go
parente0be34f59e1097a6f3e0268483f50e17eeb4330d (diff)
downloadgolang-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/http.go')
-rw-r--r--solutions/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/http.go b/solutions/http.go
index 9fe3d5f..7893791 100644
--- a/solutions/http.go
+++ b/solutions/http.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