MaximeD / gost

A gist client in go
MIT License
72 stars 5 forks source link

Refactor gist structs to use same case #12

Closed MaximeD closed 10 years ago

MaximeD commented 10 years ago

gist_json.go is a mess, it mixes CamelCase and snake_case and it reflects in other packages that uses it.

CamelCase should be use everywhere.