1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/go-slices/pkg-plist
Jun Kuriyama 03b53317fa The Slices package provides implementations of slice-based datatypes
for all of Go's basic types, as well as two separate implementations
for handling slices in the context of reflection values.  Currently
there's no documentation but the extensive test suite includes
numerous examples of how to use slices to solve common tasks.

WWW: https://github.com/feyeleanor/slices/
2015-01-25 13:59:23 +00:00

47 lines
1.9 KiB
Plaintext

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README
%%GO_SRCDIR%%/%%GO_PKGNAME%%/complex128.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/complex128_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/complex64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/complex64_benchmark_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/complex64_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/error.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/error_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float32.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float32_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/float64_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int16.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int16_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int32.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int32_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int64_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int8.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int8_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/int_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/reflected.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/reflected_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/slice.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/slice_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/slices.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/slices_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/string.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/string_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint16.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint16_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint32.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint32_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint64.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint64_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint8.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint8_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uint_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uintptr.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/uintptr_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/value.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/value_test.go