You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jbtalley98 you'll need to run go run ./... or go run . in the directory, rather than go run main.go, otherwise go won't parse the other files in the package. registerInterruptHandler is defined in signals.go.
Admitted very green, but I don't see this function defined anywhere. Removing it (commenting out) fixes the issue.
The text was updated successfully, but these errors were encountered: