openSUSE / golang-packaging

golang packaging tool for openSUSE
GNU General Public License v3.0
6 stars 13 forks source link

Remove runtime dependency for Go API #1

Closed tboerger closed 8 years ago

tboerger commented 8 years ago

As golang tools are static binaries you should never require the Go API as a runtime dependency. To get rid of that I have dropped this from golang.req

Signed-off-by: Thomas Boerger tboerger@suse.de

flavio commented 8 years ago

LGTM