-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fixtures and bump version (#80)
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ type MyStruct struct { | |
Field1 string `json:"field1" info:"something"` | ||
|
||
// Field6 example adapted from https://github.com/segmentio/golines/issues/15. | ||
ALongField2 string `json:"long_field2" info:"something else" tag:"a really long tag that extends us beyond 100 chars"` | ||
Field3 string `json:"field3" info:"third thing"` | ||
Field4 string `json:"field3" tag:"something"` | ||
ALongField2 string `json:"long_field2 ãï" info:"something else ãï" tag:"a really long tag that extends us beyond 100 chars"` | ||
Field3 string `json:"field3" info:"ãï third thing"` | ||
Field4 string `json:"field3" tag:"ãï something"` | ||
Field5 int `tag:"something else" tag:"something"` | ||
Field6 string `json:"somevalue" info:"http://username:[email protected]:1234"` | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ type MyStruct struct { | |
Field1 string `json:"field1" info:"something"` | ||
|
||
// Field6 example adapted from https://github.com/segmentio/golines/issues/15. | ||
ALongField2 string `json:"long_field2" info:"something else" tag:"a really long tag that extends us beyond 100 chars"` | ||
Field3 string `json:"field3" info:"third thing"` | ||
Field4 string `json:"field3" tag:"something"` | ||
Field5 int ` tag:"something else"` | ||
Field6 string `json:"somevalue" info:"http://username:[email protected]:1234"` | ||
ALongField2 string `json:"long_field2 ãï" info:"something else ãï" tag:"a really long tag that extends us beyond 100 chars"` | ||
Field3 string `json:"field3" info:"ãï third thing"` | ||
Field4 string `json:"field3" tag:"ãï something"` | ||
Field5 int ` tag:"something else"` | ||
Field6 string `json:"somevalue" info:"http://username:[email protected]:1234"` | ||
} | ||
|
||
type MyStruct2 struct { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ import ( | |
) | ||
|
||
const ( | ||
versionStr = "0.10.0" | ||
versionStr = "0.11.0" | ||
) | ||
|
||
var ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters