GeistHaus
log in · sign up

GitHub - owenthereal/gotask: Idiomatic build tool in Go

github.com

Idiomatic build tool in Go. Contribute to owenthereal/gotask development by creating an account on GitHub.

1 page links to this URL
Write Build Tasks in Go with Gotask

One of the things that I miss a lot when programming in Go is being able to write build tasks in Go itself. The de facto build tool for Go is make. Make is simple, classic and gets the work done. But it falls when build tasks are becoming complex. Another drawback with make is that it’s completely isolated from the host language: there’s no way to import and make use of any Go code. Build tools like ant or maven also suffer for similar reasons.

0 inbound links article en