Skip to content

Commit 4f619c7

Browse files
Move to Go Modules (#3)
Co-authored-by: RAMU MANGALARAPU <[email protected]>
1 parent 137e1dc commit 4f619c7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module rest_api_golang_todo_crud
2+
3+
go 1.14
4+
5+
require github.com/gorilla/mux v1.7.4

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/gorilla/mux v1.7.4 h1:VuZ8uybHlWmqV03+zRzdwKL4tUnIp1MAQtp1mIFE1bc=
2+
github.com/gorilla/mux v1.7.4/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=

rest_api_golang_todo_crud.exe

-7.53 MB
Binary file not shown.

0 commit comments

Comments
 (0)