Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove struct tags from display #24

Open
komuw opened this issue Jul 22, 2021 · 1 comment · May be fixed by #40
Open

remove struct tags from display #24

komuw opened this issue Jul 22, 2021 · 1 comment · May be fixed by #40

Comments

@komuw
Copy link
Owner

komuw commented Jul 22, 2021

type Hey struct {
  Another struct {
		Allowed  bool   `json:"enabled"`
		Name    string `json:"their_name"`
    }
}
kama.Dirp(Hey{})
....
FIELDS: [
        Another struct { Allowed bool "json:\"enabled\""; Name string "json:\"their_name\"" }
}
...

We should not have the tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant