diff options
Diffstat (limited to 'lang/go114/PLIST')
-rw-r--r-- | lang/go114/PLIST | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lang/go114/PLIST b/lang/go114/PLIST index 900547b9ce8..b8d859bb58e 100644 --- a/lang/go114/PLIST +++ b/lang/go114/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/03/20 19:50:48 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/04/09 13:28:38 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go114/AUTHORS @@ -375,6 +375,8 @@ go114/misc/cgo/testcshared/testdata/main5.c go114/misc/cgo/testcshared/testdata/p/p.go go114/misc/cgo/testgodefs/testdata/anonunion.go go114/misc/cgo/testgodefs/testdata/fieldtypedef.go +go114/misc/cgo/testgodefs/testdata/issue37479.go +go114/misc/cgo/testgodefs/testdata/issue37621.go go114/misc/cgo/testgodefs/testdata/issue8478.go go114/misc/cgo/testgodefs/testdata/main.go go114/misc/cgo/testgodefs/testgodefs_test.go @@ -798,6 +800,7 @@ go114/pkg/${GO_PLATFORM}/internal/poll.a go114/pkg/${GO_PLATFORM}/internal/race.a go114/pkg/${GO_PLATFORM}/internal/reflectlite.a go114/pkg/${GO_PLATFORM}/internal/singleflight.a +go114/pkg/${GO_PLATFORM}/internal/syscall/execenv.a go114/pkg/${GO_PLATFORM}/internal/syscall/unix.a go114/pkg/${GO_PLATFORM}/internal/testenv.a go114/pkg/${GO_PLATFORM}/internal/testlog.a @@ -2007,6 +2010,7 @@ go114/src/cmd/go/testdata/script/mod_dot.txt go114/src/cmd/go/testdata/script/mod_download.txt go114/src/cmd/go/testdata/script/mod_download_hash.txt go114/src/cmd/go/testdata/script/mod_download_json.txt +go114/src/cmd/go/testdata/script/mod_download_partial.txt go114/src/cmd/go/testdata/script/mod_download_replace_file.txt go114/src/cmd/go/testdata/script/mod_edit.txt go114/src/cmd/go/testdata/script/mod_edit_go.txt @@ -2166,6 +2170,7 @@ go114/src/cmd/go/testdata/script/test_go111module_cache.txt go114/src/cmd/go/testdata/script/test_import_error_stack.txt go114/src/cmd/go/testdata/script/test_json_panic_exit.txt go114/src/cmd/go/testdata/script/test_main_archive.txt +go114/src/cmd/go/testdata/script/test_main_panic.txt go114/src/cmd/go/testdata/script/test_main_twice.txt go114/src/cmd/go/testdata/script/test_match_no_tests_build_failure.txt go114/src/cmd/go/testdata/script/test_minus_n.txt @@ -4581,6 +4586,8 @@ go114/src/internal/reflectlite/type.go go114/src/internal/reflectlite/value.go go114/src/internal/singleflight/singleflight.go go114/src/internal/singleflight/singleflight_test.go +go114/src/internal/syscall/execenv/execenv_default.go +go114/src/internal/syscall/execenv/execenv_windows.go go114/src/internal/syscall/unix/asm_aix_ppc64.s go114/src/internal/syscall/unix/asm_solaris.s go114/src/internal/syscall/unix/at.go @@ -5275,10 +5282,8 @@ go114/src/os/dir_plan9.go go114/src/os/dir_unix.go go114/src/os/dir_windows.go go114/src/os/env.go -go114/src/os/env_default.go go114/src/os/env_test.go go114/src/os/env_unix_test.go -go114/src/os/env_windows.go go114/src/os/error.go go114/src/os/error_errno.go go114/src/os/error_plan9.go |