mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 20:00:33 +07:00
feat: hide implement models from select
This commit is contained in:
@@ -10,9 +10,7 @@ import (
|
||||
|
||||
func GetStructFields(file *os.File, structName string) []entities.Field {
|
||||
bracketsCount := 1
|
||||
|
||||
structFound := false
|
||||
|
||||
var structFound bool
|
||||
var structFields []entities.Field
|
||||
|
||||
scanner := bufio.NewScanner(file)
|
||||
|
||||
Reference in New Issue
Block a user