commit eaf8ee9e98f0ef01229f49952a9b33298db2ff60 Author: ajikamaludin Date: Fri Jul 15 08:44:21 2022 +0700 init project diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..450790a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/ajikamaludin/go-grpc_basic + +go 1.18 diff --git a/main.go b/main.go new file mode 100644 index 0000000..4a9902a --- /dev/null +++ b/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + // +}