Library to use getopt in Go with the ability to have empty parameters and required ones.
Go to file
sergiotarxz 191780d154
Changing the module path declaration.
2021-02-28 00:07:03 +01:00
getopt_test Adding initial version got from MysqlMigrationToolkit. 2021-02-28 00:04:19 +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.