This provides the meta tag output part as a library (And a server) for go packages.
.idea | ||
cmd/gopkghsrv | ||
.drone.yml | ||
.gitattributes | ||
.gitignore | ||
go.mod | ||
LICENSE.md | ||
Makefile | ||
README.md |
GO Package Header Server
This allows for the required meta headers to be outputted in order for the GO package system to find the source files of the package.
The middleware can be configured in runtime, the server has a YAML configuration.
Maintainer: Captain ALM
License: BSD 3-Clause
Example configuration: config.example.yml The configuration must by placed in a .data sub-directory from the executable. A .env file must also be generated (Can be empty).