diff --git a/go.mod b/go.mod index b76dceefeaa6f102bb2cd0fe30dcbb49bcb53000_Z28ubW9k..5d2f94a2c3f12b7ef890fa6e92e0cf731bcf7805_Z28ubW9k 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module orus.io/cloudcrane/resbuild +module orus.io/cloudcrane/beaver go 1.16 diff --git a/main.go b/main.go index b76dceefeaa6f102bb2cd0fe30dcbb49bcb53000_bWFpbi5nbw==..5d2f94a2c3f12b7ef890fa6e92e0cf731bcf7805_bWFpbi5nbw== 100644 --- a/main.go +++ b/main.go @@ -3,5 +3,5 @@ import "fmt" func main () { - fmt.Println("Hello resbuilerz") + fmt.Println("Hello beaverz") }