Feature toggling server and client libraries.
Go to file
Stanislav N. aka pztrn c49251db31
All checks were successful
Linting and tests / Tests (push) Successful in 1m27s
Linting and tests / Linting (push) Successful in 1m34s
Add vendor to improve building speed.
This also adds ability to be built in network-constrained environment.
2024-10-12 23:08:41 +05:00
.gitea Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
client/go Initial commit. 2024-10-12 13:04:09 +05:00
docs Basic project-related files. 2024-10-12 15:56:03 +05:00
scripts Initial commit. 2024-10-12 13:04:09 +05:00
server Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
vendor Add vendor to improve building speed. 2024-10-12 23:08:41 +05:00
.gitignore Initial commit. 2024-10-12 13:04:09 +05:00
.golangci.yml Initial commit. 2024-10-12 13:04:09 +05:00
.markdownlint.json Initial commit. 2024-10-12 13:04:09 +05:00
.yamllint Initial commit. 2024-10-12 13:04:09 +05:00
CHANGELOG.md Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
CONTRIBUTING.md Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
DCO Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
go.mod Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
go.sum Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
LICENSE Basic project-related files. 2024-10-12 15:56:03 +05:00
MAINTAINERS.md Basic project-related files. 2024-10-12 15:56:03 +05:00
README.md Basic HTTP servers (#2) and various improvements over docs. 2024-10-12 23:07:49 +05:00
Taskfile.yml Initial commit. 2024-10-12 13:04:09 +05:00

Featurer

Features toggling server.

Documentation

Complete documentation is stored in docs directory.

If you want to contribute to project - please take a look at CONTRIBUTING file.

Licensing

Source code is licensed under terms and conditions of GNU General Public License, version 3. You can find it's text in LICENSE file.

Exception made for clients located in client directory - all of them is licensed under MIT.