mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 13:51:30 +00:00
Updated header comment
This commit is contained in:
parent
57aecd56a4
commit
209d71c1f6
1 changed files with 2 additions and 4 deletions
6
make.go
6
make.go
|
@ -1,10 +1,8 @@
|
||||||
// +build ignore
|
// +build ignore
|
||||||
|
|
||||||
// This program builds Drone.
|
// This program builds Drone.
|
||||||
// $ go run make.go build test
|
// $ go run make.go deps bindata build test
|
||||||
//
|
|
||||||
// The output binaries go into the ./bin/ directory (under the
|
|
||||||
// project root, where make.go is)
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue