Use netgo (instead of C bindings). Fix #700

This commit is contained in:
Deluan
2020-12-23 13:20:41 -05:00
committed by Deluan Quintão
parent dab83c4f6a
commit 2073871fa1
3 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
-s -r "(\.go$$|\.cpp$$|\.h$$|navidrome.toml|resources)" -R "(^ui|^data|^db/migration)" -- go run .
-s -r "(\.go$$|\.cpp$$|\.h$$|navidrome.toml|resources)" -R "(^ui|^data|^db/migration)" -- go run -tags netgo .