| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-03 | no go.* in repos at go.wit.comHEADv1.2.4guimasterdevel | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-14 | bare minimumv1.2.3v1.2.1 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-02 | Merge pull request #11 from alexflint/update-ci-golang-versionsv1.2.0 | Alex Flint | |
| Update golang versions used in CI | |||
| 2022-10-02 | update to latest version of the setup-go github action | Alex Flint | |
| 2022-10-02 | use empty string for "latest" | Alex Flint | |
| 2022-10-02 | update golang versions used in CI | Alex Flint | |
| 2022-10-02 | Merge pull request #10 from daenney/parseint | Alex Flint | |
| Support different integer formats | |||
| 2022-10-02 | Support different integer formats | Daniele Sluijters | |
| In Go you can format numbers in different ways, as doucment in https://go.dev/ref/spec#Integer_literals. ParseInt with a base of 0 will infer the correct base for the number based on a prefix 0x, 0b etc, and also supports the use of the _ to separate digits. This can be helpful with long numbers, to make things easier to read. This switches the ParseInt() calls to use a base of 0, ensuring that if ParseValue is called with an int like 100_000 it'll parse correctly instead of throw an error. | |||
| 2021-08-20 | Merge pull request #9 from alexflint/improve-coverage | Alex Flint | |
| Increase test coverage to 100% | |||
| 2021-08-20 | improve test coverage | Alex Flint | |
| 2021-08-17 | Merge pull request #8 from alexflint/parse-urlsv1.1.0 | Alex Flint | |
| Add support for url.URL | |||
| 2021-08-17 | add support for url.URL | Alex Flint | |
| 2021-04-19 | Merge pull request #7 from alexflint/drop-travis | Alex Flint | |
| Drop travisCI in favor of github workflows | |||
| 2021-04-19 | drop travis | Alex Flint | |
| 2021-04-19 | Merge pull request #5 from alexflint/continuous-integration | Alex Flint | |
| Setup continuous integration with github workflows | |||
| 2021-04-19 | add a github workflow to run tests | Alex Flint | |
| 2021-04-19 | Merge pull request #4 from alexflint/drop-vendor | Alex Flint | |
| Drop vendor directory | |||
| 2021-04-19 | update go.mod | Alex Flint | |
| 2021-04-19 | drop vendor dir | Alex Flint | |
| 2018-11-20 | Merge pull request #3 from alexflint/gomodv1.0.0 | Alex Flint | |
| Create go.mod | |||
| 2018-11-19 | add vendor | Alex Flint | |
| 2018-11-19 | add initial go.mod, go.sum | Alex Flint | |
| 2018-11-19 | Merge pull request #2 from pborzenkov/text-unmarshaler-value | Alex Flint | |
| Allow to use values (not pointers) with TextUnmarshaler | |||
| 2018-11-18 | Drop special handling of net.IP type | Pavel Borzenkov | |
| It's now completely covered by generic TextUnmarshaler case. Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2018-11-16 | Allow to use values (not pointers) with TextUnmarshaler | Pavel Borzenkov | |
| The patch makes sure that both values and pointer to values are checked for custom TextUnmarshal implementation. This will allow to use go-arg custom parsing as follows: var args struct { Arg CustomType } instead of var args struct { Arg *CustomType } Signed-off-by: Pavel Borzenkov <[email protected]> | |||
| 2017-02-15 | Merge pull request #1 from alexflint/travis_ping | Alex Flint | |
| fix test failures | |||
| 2017-02-15 | whitespace | Alex Flint | |
| 2017-02-15 | fix tests | Alex Flint | |
| 2017-02-15 | minor tweak | Alex Flint | |
| 2017-02-15 | add misc support files | Alex Flint | |
| 2017-02-15 | add readme | Alex Flint | |
| 2017-02-15 | based functions all working | Alex Flint | |
