summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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