draffensperger / golp

Go bindings for LPSolve, a Mixed Integer Linear Programming (MILP) solver
MIT License
78 stars 21 forks source link

Remove godep and add gomod #19

Closed alexykot closed 2 months ago

alexykot commented 2 months ago

Godep and dep are both deprecated now in favour of Go modules. This PR adds Go modules support and removes Godep dependency management.