1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

6 lines
252 B
Go
Raw Normal View History

// 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