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í 80538f19c7 blacklist struct fields with reflection too
In the added test, the unexported field used to be garbled.

Reflection can only reach exported methods, exported fields, and
unexported fields. Exported methods and fields are currently never
garbled, so unexported fields was the only missing piece.
6 years ago
..
asm.txt reduce unnecessary std imports in tests 6 years ago
basic.txt do less work in 'go test -short' 6 years ago
cgo.txt reduce unnecessary std imports in tests 6 years ago
help.txt clarify usage text, add help flags 6 years ago
implement.txt start supporting asm functions better 6 years ago
imports.txt blacklist struct fields with reflection too 6 years ago
ldflags.txt reduce unnecessary std imports in tests 6 years ago
modinfo.txt reduce unnecessary std imports in tests 6 years ago
plugin.txt support building ad-hoc plugin packages 6 years ago
syntax.txt first version of plugins working 6 years ago
test.txt make selection of packages configurable via GOPRIVATE 6 years ago