Skip to content

Commit 7dcff34

Browse files
committed
Merge branch 'hotfix/0.1.3'
2 parents 3b5026c + 0e3fefb commit 7dcff34

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A tags package for use with Go (golang) services
88

99
### Definitions
1010

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

1616
### Rules

tags.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
// that can be found in the LICENSE file.
44

55
/*
6-
Package tags 0.1.2
6+
Package tags 0.1.3
77
88
Definition:
99
10-
- "Tags" - a strings which used for tag any object
11-
- "non-strict Tags" - a strings which match to strings in data ("new" -> "new")
12-
- "strict Tags" - all strict tags have prefix "+" for strict match ("+new")
10+
- Tags - a strings which used for tag any object
11+
- Non-strict Tags - a strings which match to strings in data ("new" -> "new")
12+
- Strict Tags - all strict tags have prefix "+" for strict match ("+new")
1313
and "-" for strict mismatch ("-old")
1414
1515
Rules:

0 commit comments

Comments
 (0)