No description
Find a file
2023-06-04 20:12:47 +02:00
channels Format and rename to go.touhou.fm/radio/lib/protocol 2023-03-10 00:00:53 +01:00
consumer Introduce context and errgroup 2023-06-04 20:12:47 +02:00
producer Introduce context and errgroup 2023-06-04 20:12:47 +02:00
.dockerignore Run UnitTest in Docker 2020-08-14 12:03:53 +02:00
.gitignore Change to redo and buildah 2020-08-16 13:41:39 +02:00
all.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
clean.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
clover.xml.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
coverage.txt.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
default.xml.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
doc.go Refactoring and documenting 2020-08-14 02:51:56 +02:00
docker-build.sh Add verbosity to mod download 2020-08-30 17:19:45 +02:00
Dockerfile Convert to podman 2020-08-14 14:28:31 +02:00
go.mod Introduce context and errgroup 2023-06-04 20:12:47 +02:00
go.sum Introduce context and errgroup 2023-06-04 20:12:47 +02:00
LICENSE Initial Commit 2020-08-14 00:37:00 +02:00
mod.dep.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
README.md Add README and txt report 2020-08-14 03:04:25 +02:00
test.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
tests.run.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
tests.txt.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
tools.do Change to redo and buildah 2020-08-16 13:41:39 +02:00
type.go Change to string based type identifiers 2021-03-21 07:54:21 +01:00
type.qtpl Change to string based type identifiers 2021-03-21 07:54:21 +01:00
type.qtpl.go Change to string based type identifiers 2021-03-21 07:54:21 +01:00
type_test.go Change to string based type identifiers 2021-03-21 07:54:21 +01:00

TouHou.FM Radio Protocol Library

This module contains helpers to interface with the inter-service communication protocol.

Tests

In order to run the tests, run:

make test

It will generate a JUnit style report.xml