mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
0c91f6e210
Added more tests to cover defaulter. Also moved some code around.
6 lines
252 B
Go
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
|