Hello, author here! I'm happy to answer any questions.<p>Adding Go support was an interesting decision for us because Go tooling is already quite excellent, whereas Python and Shell don't have as strong of a story. We tried to be honest with what Pants's strengths and weaknesses are so that Pants can augment Go with some unique benefits like being able to run `./pants --changed-since=HEAD fmt` (integration with Git). I'm definitely curious to hear any feedback!