GOPackageHeaderServer/README.md

18 lines
927 B
Markdown
Raw Permalink Normal View History

2022-07-11 17:08:50 +01:00
# GO Package Header Server
[![Build Status](https://ci.mrmelon54.com/api/badges/alfred/GOPackageHeaderServer/status.svg)](https://ci.mrmelon54.com/alfred/GOPackageHeaderServer)
2022-07-11 17:08:50 +01:00
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.
2022-07-11 21:47:22 +01:00
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.
2022-07-11 17:08:50 +01:00
Maintainer:
[Captain ALM](https://code.mrmelon54.com/alfred)
2022-07-11 17:08:50 +01:00
License:
[BSD 3-Clause](https://code.mrmelon54.com/alfred/GOPackageHeaderServer/src/branch/master/LICENSE.md)
2022-07-11 17:08:50 +01:00
Example configuration:
[config.example.yml](https://code.mrmelon54.com/alfred/GOPackageHeaderServer/src/branch/master/config.example.yml)
2022-07-11 17:08:50 +01:00
The configuration must by placed in a .data sub-directory from the executable. A .env file must also be generated (Can be empty).