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

View File

@@ -0,0 +1,13 @@
package main
import (
`fmt`
)
func main() {
// Everything's handled in init()
fmt.Println("Done.")
}