github.com/jonsyu1/godel@v0.0.0-20171017211503-64567a0cf169/docs/Home.md (about) 1 <p align="center"> 2 [[https://github.com/palantir/godel/blob/master/docs/images/logo.png]] 3 </p> 4 5 **gödel** is a build tool for Go projects. gödel streamlines the process of setting up, formatting, checking, testing, 6 building, distributing and publishing Go projects. The main goal of the tool is to eliminate boilerplate code and 7 scripts that are often required for full-fledged Go projects and to provide a consistent development experience on a 8 project across different machines and developers. 9 10 The [tutorial](https://github.com/palantir/godel/wiki/Tutorial) provides a full walk-through of setting up configuring 11 gödel on an example project.