1
0

reflection work so far...

This commit is contained in:
brent saner
2025-01-25 16:11:19 -05:00
parent bf887ce948
commit 1471dc29ed
31 changed files with 2240 additions and 150 deletions

8
.gitignore vendored
View File

@@ -26,6 +26,14 @@
*.so
*.dylib
# The test data is intended to be generated locally.
# There's no reason to pollute the repo with it.
_extra/gen_test_pki/_testdata/*
!_extra/gen_test_pki/_testdata/.keep
_extra/gen_test_pki/gen_test_pki
_testdata/*
!_testdata/.keep
# Test binary, built with `go test -c`
*.test