mirror of https://github.com/markbates/pkger.git
8 lines
152 B
Modula-2
8 lines
152 B
Modula-2
|
module github.com/markbates/pkger/examples/httpserver
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require github.com/markbates/pkger v0.0.0
|
||
|
|
||
|
replace github.com/markbates/pkger => ../../
|