You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/scripts
Daniel Martí e71dbc6f9e testdata: adjust for newer Go 1.18 tip version
The output of "go version -m" has changed format slightly:

	main: devel go1.18-b357b05b70 Thu Dec 23 20:03:38 2021 +0000
		path	test/main
		mod	test/main	(devel)
		build	-compiler=gc
		build	-tags=veryuniquebuildtag
		build	CGO_ENABLED=1
		build	CGO_CFLAGS=
		build	CGO_CPPFLAGS=
		build	CGO_CXXFLAGS=
		build	CGO_LDFLAGS=
		build	GOARCH=amd64
		build	GOOS=linux
		build	GOAMD64=v3
		build	vcs=git
		build	vcs.revision=5c92c49896a08d9152669b5bcbf0a9d85c5cb2ed
		build	vcs.time=2021-12-24T18:52:32Z
		build	vcs.modified=true
3 years ago
..
asm.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
basic.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
cgo.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
crossbuild.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
debugdir.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
embed.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
gogarble.txt only obfuscate literals in packages to obfuscate 4 years ago
goversion.txt drop support for Go 1.16.x 4 years ago
help.txt always require one argument for "reverse" 4 years ago
implement.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
imports.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
init.txt drop support for Go 1.16.x 4 years ago
ldflags.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
linkname.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
literals.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
modinfo.txt testdata: adjust for newer Go 1.18 tip version 3 years ago
plugin.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
position.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
reflect.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
reverse.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
runtime-related.txt Obfuscate more packages of the standard library (#312) 4 years ago
seed.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
syntax.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago
test.txt drop support for Go 1.16.x 4 years ago
tiny.txt deprecate using GOPRIVATE in favor of GOGARBLE (#427) 4 years ago