Skip to content

Instantly share code, notes, and snippets.

@affix
Last active July 3, 2021 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save affix/45d30472a20de6e43a214fabc8a3fd27 to your computer and use it in GitHub Desktop.
Save affix/45d30472a20de6e43a214fabc8a3fd27 to your computer and use it in GitHub Desktop.
package main
import (
"encoding/hex"
"fmt"
)
func main() {
sc, err := hex.DecodeString("fc4883e4f0e8c000000041...")
if err != nil {
fmt.Println(err)
}
f := func() {}
f()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment