Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Jul 14, 2023
1 parent a885b5a commit f26e9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syscallutil/syscall_unix_others.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

package syscallutil

import "github.com/ebitengine/purego"
import "errors"

func loadLibrary(name string) (uintptr, error) {
return -1, errors.New("not implemented")
return 0, errors.New("not implemented")
}

0 comments on commit f26e9ec

Please sign in to comment.