mirror of
https://github.com/versity/versitygw.git
synced 2026-04-15 18:36:58 +00:00
8 lines
65 B
Go
8 lines
65 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("main")
|
|
}
|