This provides the meta tag output part as a library (And a server) for go packages.
Go to file
Captain ALM 8759f57f1c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Fix the package name output when username is specified, Fixes #1 .
2022-07-12 12:01:53 +01:00
.idea Implement program. 2022-07-11 21:47:22 +01:00
cmd/gopkghsrv Implement program. 2022-07-11 21:47:22 +01:00
conf Add the ability to include a CSS sheet link. 2022-07-12 11:16:03 +01:00
outputMeta Fix the package name output when username is specified, Fixes #1 . 2022-07-12 12:01:53 +01:00
web Fix the package name output when username is specified, Fixes #1 . 2022-07-12 12:01:53 +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
config.example.yml Fix incorrect description for usernameProvided. 2022-07-12 11:47:01 +01:00
go.mod Implement program. 2022-07-11 21:47:22 +01:00
go.sum Implement program. 2022-07-11 21:47:22 +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 Implement program. 2022-07-11 21:47:22 +01:00

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 outputter can be configured in runtime, the server has a YAML configuration. The outputter can be used to add the extra meta tags to the head of the HTML document.

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