openSUSE / golang-packaging

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

Don't throw an error on prep if $(get_gocontrib_path) does not exist. #34

Closed sbluhm closed 2 years ago

sbluhm commented 3 years ago

It is not guaranteed that $(get_gocontrib_path)/src exists. Don't throw an error if the folder is not found but continue.

sbluhm commented 3 years ago

@jfkw , can you please review and merge?