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
2017-05-18 09:02:44 -03:00
parent 8a87be7c3b
commit 6f9597d8e8

View File

@@ -1,14 +1,13 @@
package config
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strings"
"testing"
"fmt"
"github.com/stretchr/testify/assert"
)