summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/gobang.go: Sort importsEuAndreh2025-05-151-1/+1
* Support i18n via gotext(0)EuAndreh2025-05-151-1/+2
* Revamp Heredoc(), add fuzz to prevent panicsEuAndreh2025-05-131-1/+57
* src/gobang.go: Add Heredoc()EuAndreh2025-05-101-0/+4
* src/gobang.go: Add ExitIf()EuAndreh2025-05-041-0/+7
* src/gobang.go: Properly namespace LogLevel enum valuesEuAndreh2025-05-041-15/+15
* re s/guuid/uuid/gEuAndreh2025-05-031-4/+4
* src/gobang.go: Add TMust()EuAndreh2025-02-231-0/+5
* src/gobang.go: Add SetT type alongside SetOf() and Contains() functionsEuAndreh2025-02-231-0/+23
* src/gobang.go: Add simplistic PairT typeEuAndreh2025-02-171-0/+5
* src/gobang.go: Add simplistic implementation of Map() and Filter()EuAndreh2025-02-141-0/+24
* src/gobang.go: Add PanicIf() companion to Must()EuAndreh2025-02-111-1/+4
* src/gobang.go: Add generic function Must()EuAndreh2025-02-111-0/+8
* src/gobang.go: Add "assertion failed: " prefix to assert error messageEuAndreh2025-01-251-1/+1
* Add tests for panicky functionsEuAndreh2025-01-151-7/+10
* src/gobang.go: Add Clamp()EuAndreh2024-12-301-0/+5
* src/gobang.go: Deal with nil functions in SomeFnError argumentsEuAndreh2024-11-021-1/+3
* .gitignore: Include pattern for cgoEuAndreh2024-10-311-1/+0
* Add tests for assert functionsEuAndreh2024-10-171-23/+44
* src/gobang.go: Add WrapErrors()EuAndreh2024-10-171-0/+19
* src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()EuAndreh2024-10-131-2/+6
* src/gobang.go: Better error report for TAssertEqualI()EuAndreh2024-10-131-1/+26
* s/ErrorIf/TErrorIf/gEuAndreh2024-10-061-30/+40
* src/gobang.go: Change Some{,Fn}Error() to receive varargs over arrayEuAndreh2024-10-061-3/+3
* s/AssertEqual/TAssertEqual/gEuAndreh2024-09-271-2/+2
* src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()EuAndreh2024-09-271-1/+12
* src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip v...EuAndreh2024-09-271-7/+8
* src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constantsEuAndreh2024-09-271-4/+0
* Makefile: make "vesion" public and a `const`EuAndreh2024-09-271-1/+0
* src/gobang.go: Increase sourceInfoSkip from 3 to 4EuAndreh2024-09-251-1/+1
* src/gobang.go: Put sourceInfo skip level into private constEuAndreh2024-09-251-5/+6
* src/gobang.go: Remove return value from Timed() thunkEuAndreh2024-09-251-5/+2
* src/gobang.go: Support static and dynamic args in MaeCounter()EuAndreh2024-09-251-3/+4
* src/gobang.go: Add Timed()EuAndreh2024-09-251-0/+31
* src/gobang.go: Add SomeError() and SomeFnError()EuAndreh2024-09-231-0/+17
* Use Hash() from scrypt packageEuAndreh2024-09-131-339/+0
* Use uuid from guuid packageEuAndreh2024-09-121-119/+5
* src/gobang.go: Export SetLoggerOutput()EuAndreh2024-09-071-2/+2
* src/gobang.go: Add SetLevel()EuAndreh2024-09-021-8/+12
* src/gobang.go: Add args to Init() to logEuAndreh2024-08-151-4/+4
* Add src/version.goEuAndreh2024-08-151-0/+1
* tests/gobang.go: Add tests for most missing functionsEuAndreh2024-08-081-58/+85
* tests/gobang.go: Add tests to more functionsEuAndreh2024-08-061-28/+15
* tests/gobang.go: Add tests for Random(), Salt() and Hash()EuAndreh2024-08-061-2/+4
* Add tests for UUID functionsEuAndreh2024-08-061-46/+97
* Start using TestStart() and Testing()EuAndreh2024-08-051-79/+128
* Makefile: Build with "go tool compile" and "go tool link"EuAndreh2024-08-051-0/+0
* rm src/cmd/main.goEuAndreh2024-08-041-7/+0
* rm src/export_test.goEuAndreh2024-08-031-3/+0
* src/lib.go: Add CopyData()EuAndreh2024-07-221-0/+20