This commit is contained in:
iVamp 2023-11-04 13:01:58 +08:00
parent 28d2b146c3
commit 763b7995a1
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module goproxy.daisukide.com/ivampiresp/common
go 1.21.3

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func SayHello() {
println("Hello World!")
}