Library to use getopt in Go with the ability to have empty parameters and required ones.
Go to file
sergiotarxz 139af1a2b5 Merge pull request 'Changing getopt import path on test.' (#1) from master into v1
Reviewed-on: https://gitea.sergiotarxz.freemyip.com/sergiotarxz/GetoptGo/pulls/1
2021-02-28 00:30:52 +01:00
getopt_test Changing getopt import path on test. 2021-02-28 00:10:42 +01:00
LICENSE Initial commit 2021-02-28 00:01:39 +01:00
README.md Initial commit 2021-02-28 00:01:39 +01:00
getopt.go Adding initial version got from MysqlMigrationToolkit. 2021-02-28 00:04:19 +01:00
go.mod Changing the module path declaration. 2021-02-28 00:07:03 +01:00
private.go Adding initial version got from MysqlMigrationToolkit. 2021-02-28 00:04:19 +01:00

README.md

GetoptGo

Library to use getopt in Go with the ability to have empty parameters and required ones.