mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 11:26:15 -06:00
grrr linter
This commit is contained in:
parent
0c84a2a5c6
commit
36889ca26f
1 changed files with 1 additions and 1 deletions
|
|
@ -114,5 +114,5 @@ func initWASM(ctx context.Context) error {
|
|||
// dealing with weird Go interface nil bullshit.
|
||||
func isNil(i interface{}) bool {
|
||||
type eface struct{ Type, Data unsafe.Pointer }
|
||||
return (*(*eface)(unsafe.Pointer(&i))).Data == nil
|
||||
return (*eface)(unsafe.Pointer(&i)).Data == nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue