getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

Go modules #9

Closed livingsilver94 closed 3 years ago

livingsilver94 commented 3 years ago
livingsilver94 commented 3 years ago

My PR leaves the README in a wrong state. Should I update it too?

livingsilver94 commented 3 years ago

Copyright strings fixed.

JoshStrobl commented 3 years ago

With regards to my fork, that won't be necessary thanks to:

  1. Go vendors
  2. The dedicated v28 branch for 0.28.x support.

My fork was performed to introduce fixes that eventually landed upstream, so I can drop that in favor of upstream and we can work on moving it away from 0.28 (solbuild is really only ever the blocker for libgit2 update).

I agree that the use of goimports instead of gofmt + our typical ordering is a regression and should be reverted.

livingsilver94 commented 3 years ago

I sold my soul to the devil and used gofmt to sort imports.

DataDrake commented 3 years ago

LGTM. Thanks!