getopt: init module

This commit is contained in:
Jeremy Baxter 2026-03-19 14:07:07 +13:00
parent 8290a04536
commit 30ccc33f34
17 changed files with 1076 additions and 3 deletions

3
getopt/go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.sr.ht/~sircmpwn/getopt
require github.com/stretchr/testify v1.3.0