Skip to content

Commit 91c6357

Browse files
committed
#### Version 1.6.7
* New Feature: Add Go Module Support * Architecture: Remove vendor * 2019-06-29 15:00 at ShangHai.Home
1 parent 62acf43 commit 91c6357

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,13 @@ type NotFoundHandle func(http.ResponseWriter, *http.Request)
296296
```
297297

298298
## Dependency
299-
websocket - golang.org/x/net/websocket - 内置vendor
299+
websocket - golang.org/x/net/websocket
300300
<br>
301-
redis - github.com/garyburd/redigo - go get自动下载
301+
redis - github.com/garyburd/redigo
302302
<br>
303-
yaml - gopkg.in/yaml.v2 - go get自动下载
303+
yaml - gopkg.in/yaml.v2
304+
305+
dependency now managed by go mod.
304306

305307
## 相关项目
306308
#### <a href="https://github.com/devfeel/longweb" target="_blank">LongWeb</a>

consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dotweb
33
// Global define
44
const (
55
// Version current version
6-
Version = "1.6.6"
6+
Version = "1.6.7"
77
)
88

99
// Log define

0 commit comments

Comments
 (0)