summaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/fuzz/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2025-11-21 21:04:31 +0700
committerShulhan <ms@kilabit.info>2025-11-26 10:19:00 +0700
commit71d3af854f2d866d6324c885a91859dc39e957f3 (patch)
tree189f80e4a281fd856fa73a5c697b206064b946da /_content/doc/tutorial/fuzz/go.mod
parent99e24d3ee0443640cae3d185a7af30a72e159c8d (diff)
downloadgolang-id-web-71d3af854f2d866d6324c885a91859dc39e957f3.tar.xz
doc/tutorial: terjemahkan "Tutorial: Getting started with fuzzing"
Tautan asli dari artikel: https://go.dev/doc/tutorial/fuzz
Diffstat (limited to '_content/doc/tutorial/fuzz/go.mod')
-rw-r--r--_content/doc/tutorial/fuzz/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/_content/doc/tutorial/fuzz/go.mod b/_content/doc/tutorial/fuzz/go.mod
new file mode 100644
index 0000000..da81268
--- /dev/null
+++ b/_content/doc/tutorial/fuzz/go.mod
@@ -0,0 +1,3 @@
+module example/fuzz
+
+go 1.26