Library to use getopt in Go with the ability to have empty parameters and required ones.
Go to file
sergiotarxz bd8e7de872
Changing getopt import path on test.
2021-02-28 00:10:42 +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.