freebsd-ports/devel/go-raw/pkg-plist
Jun Kuriyama a8a9c0a2b4 RAW is a high-level interface to Go's unsafe and reflection packages,
designed to ease both generic programming and low-level memory access.

WWW: https://github.com/feyeleanor/raw
2015-01-09 00:34:18 +00:00

11 lines
444 B
Text

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README
%%GO_SRCDIR%%/%%GO_PKGNAME%%/byte_slice.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/byte_slice_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/reslice.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/reslice_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runtime.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/runtime_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/type.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/type_test.go