parent
5cf4430bc8
commit
8671f2826d
@ -0,0 +1,7 @@
|
|||||||
|
package httpdata
|
||||||
|
|
||||||
|
import (
|
||||||
|
"os"
|
||||||
|
)
|
||||||
|
|
||||||
|
var FlagDebug = os.Getenv("DEBUG") == "true"
|
@ -1,3 +1,5 @@
|
|||||||
module git.blauwelle.com/go/crate/httpdata
|
module git.blauwelle.com/go/crate/httpdata
|
||||||
|
|
||||||
go 1.21.1
|
go 1.21
|
||||||
|
|
||||||
|
require git.blauwelle.com/go/crate/runtimehelper v0.2.0
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
git.blauwelle.com/go/crate/runtimehelper v0.2.0 h1:W19wipPCyFSGHOWzqtfouNJu7MDeJobP+iRM4bPiJpM=
|
||||||
|
git.blauwelle.com/go/crate/runtimehelper v0.2.0/go.mod h1:yVMA0GkO9AS7iuPmalHKeWyv9en0JWj25rY1vpTuHhk=
|
Loading…
Reference in New Issue