Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Jan 16, 2021
1 parent 14a6fac commit 87d2bf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/hslam/websocket

go 1.15

require github.com/hslam/writer v1.0.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/hslam/writer v1.0.0 h1:4utMtVZoH1QF+nzQBdiVj1Yl76VwrjfHN1PUd+dNHo0=
github.com/hslam/writer v1.0.0/go.mod h1:DJTidm2vEiuE6ZOOpqc/PnW6C9XipodkRPE/b2hxXA0=

0 comments on commit 87d2bf3

Please sign in to comment.