1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

refactor: improve method name

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-04-30 00:03:03 +00:00
parent cc2805b801
commit a33a1871b0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -32,7 +32,7 @@ func setup(tb testing.TB) string {
folder := tb.TempDir()
require.NoError(tb, os.Chdir(folder))
createGoreleaserYaml(tb)
createGoReleaserYaml(tb)
createMainGo(tb)
goModInit(tb)
testlib.GitInit(tb)
@ -66,7 +66,7 @@ go 1.20
`)
}
func createGoreleaserYaml(tb testing.TB) {
func createGoReleaserYaml(tb testing.TB) {
tb.Helper()
yaml := `build:
binary: fake