1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00
This commit is contained in:
Carlos Alexandro Becker
2016-12-31 14:07:58 -02:00
parent 7dce982958
commit 6e2fcec4ce
5 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ package git
import (
"testing"
"github.com/stretchr/testify/assert"
)

View File

@@ -2,6 +2,7 @@ package main
import (
"log"
"os"
"github.com/goreleaser/releaser/config"
"github.com/goreleaser/releaser/pipeline"
@@ -10,7 +11,6 @@ import (
"github.com/goreleaser/releaser/pipeline/compress"
"github.com/goreleaser/releaser/pipeline/release"
"github.com/urfave/cli"
"os"
)
var version = "master"
@@ -32,7 +32,6 @@ func main() {
Name: "config, c",
Usage: "Load configuration from `FILE`",
Value: "goreleaser.yml",
},
}
app.Action = func(c *cli.Context) (err error) {

View File

@@ -2,6 +2,7 @@ package compress
import (
"testing"
"github.com/stretchr/testify/assert"
)

View File

@@ -2,6 +2,7 @@ package split
import (
"testing"
"github.com/stretchr/testify/assert"
)

View File

@@ -2,6 +2,7 @@ package uname
import (
"testing"
"github.com/stretchr/testify/assert"
)