AC-FuSa-Tools / nav

navigate kernel database
GNU General Public License v2.0
3 stars 4 forks source link

Rename according to GO standards #10

Closed Darth-Mera closed 1 year ago

Darth-Mera commented 1 year ago

Renames functions, vars etc. accroding to Go standards and best practices, and introduces some other style changes.

  1. unexported identifiers use camelCase
  2. public identifiers use PascalCase
  3. outputted errors should be lowercase and not end with a punctuation mark
  4. format code using go fmt

Signed-off-by: Veronika Fuxova vfuxova@redhat.com