summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder codeEuAndreh2024-07-221-321/+423
* Copy code from x/golang/scrypt: get scrypt(), and also import testsEuAndreh2024-07-101-0/+290
* src/lib.go: Add level filter to decide when to log or when to emit metricEuAndreh2024-07-091-0/+34
* src/lib.go: Remove mmain()EuAndreh2024-07-091-4/+0
* Initial implementation: include code from papodEuAndreh2024-05-163-0/+293