mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 08:03:16 -06:00
whoops, add missing vendor changes...
This commit is contained in:
parent
16a8e47704
commit
8c601beaa3
38 changed files with 833 additions and 830 deletions
3
vendor/github.com/ncruces/go-sqlite3/internal/util/func.go
generated
vendored
3
vendor/github.com/ncruces/go-sqlite3/internal/util/func.go
generated
vendored
|
|
@ -7,9 +7,6 @@ import (
|
|||
"github.com/tetratelabs/wazero/api"
|
||||
)
|
||||
|
||||
type i32 interface{ ~int32 | ~uint32 }
|
||||
type i64 interface{ ~int64 | ~uint64 }
|
||||
|
||||
type funcVI[T0 i32] func(context.Context, api.Module, T0)
|
||||
|
||||
func (fn funcVI[T0]) Call(ctx context.Context, mod api.Module, stack []uint64) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue