a rusty set datastructure for go

ci: init

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li aea095ac c6089afd

verified
Changed files
+15
.tangled
workflows
+15
.tangled/workflows/ci.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - go 10 + 11 + steps: 12 + - name: check fmt 13 + command: test -z "$(gofmt -l .)" 14 + - name: check test 15 + command: go test -v