Add support for go-module

This commit is contained in:
Saddam H 2018-12-18 13:24:45 +06:00 committed by Gary Burd
parent 8ab6030ad9
commit 7c8e298727
2 changed files with 3 additions and 0 deletions

1
go.mod Normal file
View File

@ -0,0 +1 @@
module github.com/gorilla/websocket

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=