gsn-proxy/cmd/api/main.go
2025-03-26 15:07:12 +03:00

7 lines
71 B
Go

package main
import "fmt"
func main() {
fmt.Println("gsn")
}