mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
daab72eb39
POSIX/GNU-style --flags. pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. For a more precise description, see the "Command-line flag syntax" section below. WWW: https://github.com/spf13/pflag
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bool.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bool_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/count.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/count_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/duration.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/export_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/flag.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/flag_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float32.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float64.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/golangflag.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/golangflag_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int32.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int64.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int8.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int_slice.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int_slice_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ip.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ip_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipmask.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipnet.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipnet_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/string.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/string_slice.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/string_slice_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint16.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint32.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint64.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint8.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/verify/all.sh
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/verify/gofmt.sh
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/verify/golint.sh
|