Jguer / go-alpm

Go bindings to Pacman's libalpm
MIT License
45 stars 14 forks source link

Clean up continued #27

Open Morganamilo opened 6 years ago

Morganamilo commented 6 years ago

Couple things I want to see:

  1. As noted in #26, name functions after the c counterparts
  2. Functions should be laid out in the same files as alpm. This is the same for the most part but I believe there are cases were this is not followed.
  3. Functions should be ordered in the order they as the corresponding c file. This makes it easier to see what functions we have and have not implemented.

Also for tracking, I should open a issue of checkboxes of every alpm function to see what we have and have not done.