Initial commit of example code for PakGo

This commit is contained in:
stevenhowes
2022-01-13 22:20:08 +00:00
commit 0bf58dba2b
6 changed files with 92 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module github.com/stevenhowes/PakExamples
go 1.17
replace github.com/stevenhowes/PakGo => ./PakGo
require (
github.com/gorilla/mux v1.8.0
github.com/stevenhowes/PakGo v0.0.0-00010101000000-000000000000
)