freebsd-ports/net/go-nats/pkg-plist
2016-10-27 06:15:43 +00:00

49 lines
2.4 KiB
Plaintext

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/bench.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/benchlib_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/default_enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/enc_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/gob_enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/gob_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_test.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%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/netchan.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scripts/cov.sh
%%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/netchan_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/reconnect_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sub_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls_pre17.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls.go