meta parsing

This commit is contained in:
2025-02-12 17:00:09 +07:00
parent 653c667e57
commit 5380bd109a
8 changed files with 32 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ import (
func main() {
fmt.Print("struct name, path to file (including struct): ")
structName, path := input.Input()
file, err := os.Open(path)
if err != nil {