mirror of
https://github.com/versity/versitygw.git
synced 2026-02-10 12:20:09 +00:00
8 lines
65 B
Go
8 lines
65 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("main")
|
|
}
|