Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

convert slice-struct declarations to something more idiomatic #232

Closed
jdef opened this issue Aug 11, 2015 · 1 comment
Closed

convert slice-struct declarations to something more idiomatic #232

jdef opened this issue Aug 11, 2015 · 1 comment

Comments

@jdef
Copy link
Contributor

jdef commented Aug 11, 2015

for example, from this:

type Labels []struct {
...

to this:

type Label struct {

offenders are in records/state

@tsenart
Copy link
Contributor

tsenart commented Aug 11, 2015

+1

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

No branches or pull requests

2 participants