File tree 6 files changed +14
-7
lines changed
6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - " 1.11"
5
4
- " 1.12"
5
+ - " 1.13"
6
+ - " 1.14"
6
7
- " master"
7
8
8
9
matrix :
@@ -11,7 +12,6 @@ matrix:
11
12
fast_finish : true
12
13
13
14
script :
14
- - go vet ./...
15
15
- go test -v -tags=test -race -coverprofile=coverage.txt -covermode=atomic ./...
16
16
17
17
after_success :
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ This repository contains a **Go** library for generating such IDs.
14
14
``` bash
15
15
go get -u github.com/muyo/sno
16
16
```
17
- ### Status
18
-
19
- ** Nearing stable** - spec and API * may* fluctuate until ** a 1.0 tag expected around 2019/07** .
20
17
21
18
### Features
22
19
Original file line number Diff line number Diff line change
1
+ module github.com/muyo/sno/cmd/sno
2
+
3
+ go 1.14
4
+
5
+ require github.com/muyo/sno v1.0.0
6
+ require github.com/muyo/rush v0.0.0-20200227160314-2d77be2a525b
7
+
8
+ replace github.com/muyo/sno => ../../
Original file line number Diff line number Diff line change
1
+ github.com/muyo/rush v0.0.0-20200227160314-2d77be2a525b h1:PfRvR7nHUUuz5hf9m0ironGBFOC4lyApPtkp0Lh5GF4 =
2
+ github.com/muyo/rush v0.0.0-20200227160314-2d77be2a525b /go.mod h1:4zPkqWZT3vdQAqQtSTbhb1GXRMF0ZRioeH+6ffeyI/c =
Original file line number Diff line number Diff line change 5
5
)
6
6
7
7
const (
8
- ver = "1.0.0-dev "
8
+ ver = "1.0.0"
9
9
)
10
10
11
11
func version () {
Original file line number Diff line number Diff line change 1
1
module github.com/muyo/sno
2
2
3
- go 1.12
3
+ go 1.14
You can’t perform that action at this time.
0 commit comments