reid 2 жил өмнө
parent
commit
33b658a0ee
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      auth/auth.go

+ 2 - 2
auth/auth.go

@@ -1,4 +1,4 @@
-package main
+package auth
 
 import (
 	"crypto/rand"
@@ -148,6 +148,6 @@ func NewSecretString(length int) string {
 	return base64.URLEncoding.EncodeToString(randBytes)
 }
 
-func main() {
+func auth() {
 	fmt.Println("Compiled")
 }