Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed May 17, 2024
1 parent 1dc79e0 commit b6d5e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rt/stub_go116.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ import _ "unsafe"

//go:linkname Growslice runtime.growslice

Check failure on line 21 in internal/rt/stub_go116.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

//go:linkname must refer to declared function or variable

Check failure on line 21 in internal/rt/stub_go116.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

//go:linkname must refer to declared function or variable

Check failure on line 21 in internal/rt/stub_go116.go

View workflow job for this annotation

GitHub Actions / build

//go:linkname must refer to declared function or variable
//goland:noinspection GoUnusedParameter
func Growslice(et *GoType, old GoSlice, cap int) GoSlice
func GrowSlice(et *GoType, old GoSlice, cap int) GoSlice

0 comments on commit b6d5e67

Please sign in to comment.