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/scripts
Daniel Martí 23f9f54102 scripts: no need for this directory to be a Go package
It's perfectly fine for bench_literals.go to be a main package itself,
but the scripts directory doesn't need to be a Go package

This was bothering me at times; for example, "go list ./..." would
show the scripts directory, or "go install mvdan.cc/garble/..." would
build and install a "scripts" binary as well.

The file can still be built or run directly, like either of:

    go build bench_literals.go
    go run bench_literals.go
1 year ago
..
cached_modfiles scripts: start checking google.golang.org/protobuf 1 year ago
bench_literals.go scripts: no need for this directory to be a Go package 1 year ago
check-third-party.sh scripts: remove TODO about building third party programs 1 year ago
crlf-test.sh scripts: follow shfmt 2 years ago
ensure-copyrights.sh set up an AUTHORS file to attribute copyright 4 years ago
gen-go-std-tables.sh avoid breaking intrinsics when obfuscating names 1 year ago