Commit 96e3edd8 authored by Chunchi Che's avatar Chunchi Che

init go mod

parent e235e718
module github.com/sktt1ryze/ygopro-proxy
go 1.17
package main
import (
"fmt"
)
func main() {
fmt.Println("hello, ygopro-proxy")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment