From eaf8ee9e98f0ef01229f49952a9b33298db2ff60 Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Fri, 15 Jul 2022 08:44:21 +0700 Subject: [PATCH] init project --- go.mod | 3 +++ main.go | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 go.mod create mode 100644 main.go 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() { + // +}