1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline/build/doc.go
Carlos Alexandro Becker 0c91f6e210 test: build tests
Added more tests to cover defaulter. Also moved
some code around.
2017-12-03 13:00:01 -02:00

6 lines
252 B
Go

// Package build implements Piper and Defaulter and can build Go projects for
// several platforms, with pre and post hook support.
// Build also checks wether the current project has a main function, parses
// ldflags and other goodies.
package build