Skip to content

Instantly share code, notes, and snippets.

@zapkub
Created January 12, 2019 05:48
Show Gist options
  • Save zapkub/9cee105d725606733f707e06deec1c84 to your computer and use it in GitHub Desktop.
Save zapkub/9cee105d725606733f707e06deec1c84 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"github.com/stellar/go/keypair"
)
func main (){
fmt.Println("Hello world")
keypair.Random()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment