first commit

This commit is contained in:
GO
2021-09-03 09:52:42 +00:00
commit eef066b179
11 changed files with 477 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/HelloWorld/goProductAPI
go 1.16
require github.com/gorilla/mux v1.8.0