Skip to content

Commit f961983

Browse files
committed
goinfo: Rename _@go.gocore to _@go.goinfo
This was a vestigal name that should've been updated in a previous commit.
1 parent 82b00fb commit f961983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libexec/goinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
. "$_GO_USE_MODULES" 'format' 'platform'
1111

12-
_@go.gocore() {
12+
_@go.goinfo() {
1313
local varnames=('_GO_CORE_VERSION'
1414
'BASH_VERSION'
1515
'OSTYPE'
@@ -28,4 +28,4 @@ _@go.gocore() {
2828
printf '%s\n' "${result[@]}"
2929
}
3030

31-
_@go.gocore "$@"
31+
_@go.goinfo "$@"

0 commit comments

Comments
 (0)