mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
55 lines
2.6 KiB
Plaintext
55 lines
2.6 KiB
Plaintext
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/bench.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/benchlib_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/context.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/default_enc.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/gob_enc.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_enc.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_enc.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/testdata/pbtest.pb.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/testdata/pbtest.proto
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-bench.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-pub.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-qsub.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-req.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-rply.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-sub.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/netchan.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scripts/cov.sh
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/staticcheck.ignore
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/auth_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/basic_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/bench_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/cluster_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/ca.pem
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/client-cert.pem
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/client-key.pem
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/key.pem
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/server.pem
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/tls.conf
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/tlsverify.conf
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/conn_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/context_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enc_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/gob_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/helper_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/json_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/main.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/netchan_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protobuf_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/reconnect_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sub_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/timer.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/timer_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls_go17.go
|