pkgsrc/devel/go-godef/PLIST
minskim d2bd0e5d17 devel/go-godef: Import version 0.0.20170920
Godef, given an expression or a location in a source file, prints the
location of the definition of the symbol referred to.
2018-07-11 00:05:34 +00:00

72 lines
4.4 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2018/07/11 00:05:34 minskim Exp $
bin/godef
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/ast.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/parser.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/printer.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/scanner.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/sym.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/token.a
gopkg/pkg/${GO_PLATFORM}/github.com/rogpeppe/godef/go/types.a
gopkg/src/github.com/rogpeppe/godef/Godeps/Godeps.json
gopkg/src/github.com/rogpeppe/godef/Godeps/Readme
gopkg/src/github.com/rogpeppe/godef/LICENSE
gopkg/src/github.com/rogpeppe/godef/README
gopkg/src/github.com/rogpeppe/godef/acme.go
gopkg/src/github.com/rogpeppe/godef/doc.go
gopkg/src/github.com/rogpeppe/godef/go/ast/ast.go
gopkg/src/github.com/rogpeppe/godef/go/ast/filter.go
gopkg/src/github.com/rogpeppe/godef/go/ast/print.go
gopkg/src/github.com/rogpeppe/godef/go/ast/print_test.go
gopkg/src/github.com/rogpeppe/godef/go/ast/resolve.go
gopkg/src/github.com/rogpeppe/godef/go/ast/scope.go
gopkg/src/github.com/rogpeppe/godef/go/ast/walk.go
gopkg/src/github.com/rogpeppe/godef/go/parser/interface.go
gopkg/src/github.com/rogpeppe/godef/go/parser/parser.go
gopkg/src/github.com/rogpeppe/godef/go/parser/parser_test.go
gopkg/src/github.com/rogpeppe/godef/go/parser/universe.go
gopkg/src/github.com/rogpeppe/godef/go/printer/nodes.go
gopkg/src/github.com/rogpeppe/godef/go/printer/performance_test.go
gopkg/src/github.com/rogpeppe/godef/go/printer/printer.go
gopkg/src/github.com/rogpeppe/godef/go/printer/printer_test.go
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/comments.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/comments.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/comments.x
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/declarations.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/declarations.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/empty.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/empty.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/expressions.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/expressions.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/expressions.raw
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/linebreaks.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/linebreaks.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/parser.go
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/slow.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/slow.input
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/statements.golden
gopkg/src/github.com/rogpeppe/godef/go/printer/testdata/statements.input
gopkg/src/github.com/rogpeppe/godef/go/scanner/errors.go
gopkg/src/github.com/rogpeppe/godef/go/scanner/scanner.go
gopkg/src/github.com/rogpeppe/godef/go/scanner/scanner_test.go
gopkg/src/github.com/rogpeppe/godef/go/sym/sym.go
gopkg/src/github.com/rogpeppe/godef/go/token/position.go
gopkg/src/github.com/rogpeppe/godef/go/token/position_test.go
gopkg/src/github.com/rogpeppe/godef/go/token/token.go
gopkg/src/github.com/rogpeppe/godef/go/types/goodarch.go
gopkg/src/github.com/rogpeppe/godef/go/types/objpos.go
gopkg/src/github.com/rogpeppe/godef/go/types/types.go
gopkg/src/github.com/rogpeppe/godef/go/types/types_test.go
gopkg/src/github.com/rogpeppe/godef/godef.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/LICENSE
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/acme/Makefile
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/acme/acme.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/Makefile
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/bit.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/Makefile
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/conn.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/dial.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fid.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/client/fsys.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/const.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/dir.go
gopkg/src/github.com/rogpeppe/godef/vendor/9fans.net/go/plan9/fcall.go