4efa19120b
This package attempts to represent Go values in a form that can be used almost directly in Go source code. Unfortunately, some values (such as pointers to basic types) can not be represented directly in Go. These values will be represented as &<value>. eg. &23
6 lines
303 B
Text
6 lines
303 B
Text
@comment $NetBSD: PLIST,v 1.1 2018/11/18 07:57:34 ryoon Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/repr.a
|
|
gopkg/src/github.com/alecthomas/repr/COPYING
|
|
gopkg/src/github.com/alecthomas/repr/README.md
|
|
gopkg/src/github.com/alecthomas/repr/repr.go
|
|
gopkg/src/github.com/alecthomas/repr/repr_test.go
|