Skip to content

Commit a19c5fd

Browse files
author
Josef Fröhle
committed
Create own plurals subpackage
fix Typo
1 parent 92b69ff commit a19c5fd

File tree

22 files changed

+716
-3806
lines changed

22 files changed

+716
-3806
lines changed

Gopkg.lock

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
# Gopkg.toml example
32
#
4-
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
54
# for detailed Gopkg.toml documentation.
65
#
76
# required = ["github.com/user/thing/cmd/thing"]
@@ -17,10 +16,15 @@
1716
# source = "github.com/myfork/project2"
1817
#
1918
# [[override]]
20-
# name = "github.com/x/y"
21-
# version = "2.4.0"
19+
# name = "github.com/x/y"
20+
# version = "2.4.0"
21+
#
22+
# [prune]
23+
# non-go = false
24+
# go-tests = true
25+
# unused-packages = true
2226

2327

24-
[[constraint]]
25-
branch = "master"
26-
name = "github.com/mattn/kinako"
28+
[prune]
29+
go-tests = true
30+
unused-packages = true

0 commit comments

Comments
 (0)