1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal/artifact
Andy Bursavich 005b67dbed
fix: artifact string method switch statement (#1786)
Existing implementation seemed to rely on implicit case fallthrough, which doesn't exist in Go. Moving default return to default case helps catch this error in the future, as it will cause a "missing return" compile error.

Signed-off-by: Andy Bursavich <abursavich@gmail.com>
2020-09-02 16:44:02 -03:00
..
.gitignore fix: improved artifact add logs 2017-12-18 09:19:02 -02:00
artifact_test.go feat: Add support for custom publishers (#1481) 2020-05-10 16:03:49 +00:00
artifact.go fix: artifact string method switch statement (#1786) 2020-09-02 16:44:02 -03:00
extras.go fix: docker logs 2020-04-21 19:08:27 -03:00