mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 19:30:33 +07:00
meta parsing
This commit is contained in:
@@ -3,6 +3,7 @@ package input
|
||||
import "fmt"
|
||||
|
||||
func Input() (string, string) {
|
||||
fmt.Print("struct name, path to file (including struct): ")
|
||||
var structName, path string
|
||||
fmt.Scan(&structName, &path)
|
||||
return structName, path
|
||||
|
||||
Reference in New Issue
Block a user