rwxrob / cmdtab

Apache License 2.0
13 stars 0 forks source link

Update go.mod to go 1.16 | Add examples #8

Open oglinuk opened 3 years ago

oglinuk commented 3 years ago

Ive ensured there are no references to io/ioutil and updated the go.mod version of Go to 1.16. Ive also added an examples directory with two examples; a basic implementation of cmdtab, and an implementation showing how to import a 3rd party cmdtab-based subcommand. This will resolve https://github.com/rwxrob/cmdtab/issues/1.