This provides the meta tag output part as a library (And a server) for go packages.
Go to file
Captain ALM 2aefb9639b
Initial commit.
2022-07-11 17:08:50 +01:00
.idea Initial commit. 2022-07-11 17:08:50 +01:00
cmd/gopkghsrv Initial commit. 2022-07-11 17:08:50 +01:00
.drone.yml Initial commit. 2022-07-11 17:08:50 +01:00
.gitattributes Initial commit. 2022-07-11 17:08:50 +01:00
.gitignore Initial commit. 2022-07-11 17:08:50 +01:00
LICENSE.md Initial commit. 2022-07-11 17:08:50 +01:00
Makefile Initial commit. 2022-07-11 17:08:50 +01:00
README.md Initial commit. 2022-07-11 17:08:50 +01:00
go.mod Initial commit. 2022-07-11 17:08:50 +01:00

README.md

GO Package Header Server

Build Status

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).