Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Nov 8, 2014
2 parents 3b5026c + 0e3fefb commit 7dcff34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ A tags package for use with Go (golang) services

### Definitions

- "Tags" - a strings which used for tag any object
- "non-strict Tags" - a strings which match to strings in data ("new" -> "new")
- "strict Tags" - all strict tags have prefix "+" for strict match ("+new")
- Tags - a strings which used for tag any object
- Non-strict Tags - a strings which match to strings in data ("new" -> "new")
- Strict Tags - all strict tags have prefix "+" for strict match ("+new")
and "-" for strict mismatch ("-old")

### Rules
Expand Down
8 changes: 4 additions & 4 deletions tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// that can be found in the LICENSE file.

/*
Package tags 0.1.2
Package tags 0.1.3
Definition:
- "Tags" - a strings which used for tag any object
- "non-strict Tags" - a strings which match to strings in data ("new" -> "new")
- "strict Tags" - all strict tags have prefix "+" for strict match ("+new")
- Tags - a strings which used for tag any object
- Non-strict Tags - a strings which match to strings in data ("new" -> "new")
- Strict Tags - all strict tags have prefix "+" for strict match ("+new")
and "-" for strict mismatch ("-old")
Rules:
Expand Down

0 comments on commit 7dcff34

Please sign in to comment.