package crypto import "fmt" func Print(){ fmt.Println("crypto package") }