Skip to content

Commit

Permalink
Preparation for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick committed Aug 21, 2017
1 parent 7566b02 commit a6d27bd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
*.so

# Folders
_obj
_test
_obj/
_test/
vendor/

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
15 changes: 15 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# dep: see https://github.com/golang/dep

[[constraint]]
name = "github.com/rickb777/plural"
version = "1.0.0"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ full documentation and examples.

go get -u github.com/rickb777/date

## Status

This library has been in reliable production use for some time. Versioning follows the well-known semantic version pattern.

## Credits

This package follows very closely the design of package
Expand Down

0 comments on commit a6d27bd

Please sign in to comment.