forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
722 B
Text
17 lines
722 B
Text
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/backup.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/helpers_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/progress.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sql_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/table.go
|