We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7356d5f commit ff0a3f8Copy full SHA for ff0a3f8
internal/toml-test/json.go
@@ -1,3 +1,6 @@
1
+//go:build go1.16
2
+// +build go1.16
3
+
4
package tomltest
5
6
import (
internal/toml-test/runner.go
@@ -1,4 +1,6 @@
//go:generate ./gen-multi.py
internal/toml-test/toml.go
0 commit comments