mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +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
|