Skip to content

Commit 092f739

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents b950aaf + 7797778 commit 092f739

File tree

6 files changed

+26750
-26745
lines changed

6 files changed

+26750
-26745
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: go
22
go:
3-
- '1.3'
4-
- '1.4'
5-
- '1.5'
6-
- '1.6'
73
- '1.7'
84
- '1.8'
9-
- '1.9'
10-
- '1.10'
5+
- '1.9.x'
6+
- '1.10.x'
7+
- '1.11.x'
8+
- '1.12.x'
119
- 'master'
1210

1311
sudo: false

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.15.0] (2019-04-06)
4+
5+
* **Changed** 使用 [pinyin-data][pinyin-data] v0.7.0 的拼音数据
6+
* **NEW** 添加 go.mod 文件
7+
38

49
## [0.14.0] (2018-08-05)
510

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gen_pinyin_dict:
1414

1515
.PHONY: lint
1616
lint:
17-
gofmt -s -w . pinyin _tools
17+
gofmt -s -w . cmd/pinyin _tools
1818
golint .
19-
golint pinyin
19+
golint cmd/pinyin
2020
golint _tools

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/mozillazg/go-pinyin

0 commit comments

Comments
 (0)