package main import "fmt" func main() { fmt.Println("secp256k1 from scratch") fmt.Println("Run: go test -v") }