1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-05-18 09:02:44 -03:00
parent 8a87be7c3b
commit 6f9597d8e8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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