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 01b773d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/rt/stub_go116.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ package rt

import _ "unsafe"

//go:linkname Growslice runtime.growslice
//go:linkname GrowSlice runtime.growslice
//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 01b773d

Please sign in to comment.