Skip to content

Commit 8c1dcf3

Browse files
committed
init
1 parent 4752112 commit 8c1dcf3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/0xsequence/go-libs
2+
3+
go 1.23.4

httpclient/httpclient.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package httpclient
2+
3+
// TODO.. move go-http client with dnscache stuff here

httpserver/httpserver.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package httpserver
2+
3+
// TODO: http default server config ..

0 commit comments

Comments
 (0)