7 lines
85 B
Go
7 lines
85 B
Go
package cryptoUtils
|
|
|
|
import "fmt"
|
|
|
|
func Print(){
|
|
fmt.Println("crypto package")
|
|
}
|