Closed dmitshur closed 7 years ago
+1
+1
+1
The harder part is updating the UI to reflect which packages have been updated (it should be all of them... but finding out when each individual package is updated is tricky).
Good news (after 2 years). As I'm making progress on completing #67, I'm realizing that implementing this feature will finally become very viable. Soon now!
It's pretty easy to support it in the backend. Just execute
go get -d -u all
. The harder part is updating the UI to reflect which packages have been updated (it should be all of them... but finding out when each individual package is updated is tricky).