File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33// that can be found in the LICENSE file.
44
55/*
6- Package tags 0.1.2
6+ Package tags 0.1.3
77
88Definition:
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
1515Rules:
You can’t perform that action at this time.
0 commit comments