Hatch plugin for Go builds
A simple, extensible Go build plugin for hatch. Build Python extension modules written in Go using cgo.
[tool.hatch.build.hooks.hatch-go]
verbose = true
path = "."
module = "project"Note
This library was generated using copier from the Base Python Project Template repository.