summaryrefslogtreecommitdiff
path: root/src/lib.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use "go tool" to build projectEuAndreh2024-08-141-582/+0
|
* go.mod: Include "gobang" dependencyEuAndreh2024-07-261-642/+47
|
* src/lib.go, tests/lib_test.go: Normaline function argument declarationsEuAndreh2024-07-171-6/+13
|
* src/lib.go, tests/lib_test.go: Tweak indentationEuAndreh2024-07-151-10/+26
|
* Inline gobang package codeEuAndreh2024-07-151-34/+615
|
* src/lib.go: WIP impl PingEuAndreh2024-07-151-7/+48
|
* src/lib.go: Add simplistic scaffold of the connection WriteLoop()EuAndreh2024-06-241-4/+21
|
* src/lib.go: Start writing messages to DBEuAndreh2024-05-271-24/+192
| | | | | Create and test simple code for handling migrations transactionally as files.
* Rename leftover references of "papo" -> "papod"EuAndreh2024-05-231-8/+8
|
* Move UUID, FatalIf(), events, etc. code to external libEuAndreh2024-05-161-273/+19
|
* Rename source files to "lib.go" and "main.go"EuAndreh2024-05-161-0/+601