mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-29 21:47:01 +02:00
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
|