mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 09:43:01 -06:00
[chore] Update gin to v1.9.0 (#1553)
This commit is contained in:
parent
689a10fe17
commit
ecdc8379fa
347 changed files with 166814 additions and 3671 deletions
16
vendor/github.com/twitchyliquid64/golang-asm/obj/abi_string.go
generated
vendored
Normal file
16
vendor/github.com/twitchyliquid64/golang-asm/obj/abi_string.go
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Code generated by "stringer -type ABI"; DO NOT EDIT.
|
||||
|
||||
package obj
|
||||
|
||||
import "strconv"
|
||||
|
||||
const _ABI_name = "ABI0ABIInternalABICount"
|
||||
|
||||
var _ABI_index = [...]uint8{0, 4, 15, 23}
|
||||
|
||||
func (i ABI) String() string {
|
||||
if i >= ABI(len(_ABI_index)-1) {
|
||||
return "ABI(" + strconv.FormatInt(int64(i), 10) + ")"
|
||||
}
|
||||
return _ABI_name[_ABI_index[i]:_ABI_index[i+1]]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue