Library to use getopt in Go with the ability to have empty parameters and required ones.
Go to file
sergiotarxz 827c0abb56
Adding initial version got from MysqlMigrationToolkit.
2021-02-28 00:04:19 +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 Adding initial version got from MysqlMigrationToolkit. 2021-02-28 00:04:19 +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.