index
:
getwtxt
this commit
master
twtxt registry written in Go
gbmor <ben@gbmor.dev>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
svc
/
init_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed unused func/var
Ben Morrison
2019-06-12
1
-7
/
+0
*
separate request and message log
Ben Morrison
2019-06-12
1
-0
/
+1
*
testing simple error log function
Ben Morrison
2019-06-12
1
-0
/
+15
*
cache.go tests finished
Ben Morrison
2019-06-11
1
-9
/
+31
*
eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...
Ben Morrison
2019-06-11
1
-4
/
+0
*
refactored initConfig()
Ben Morrison
2019-06-10
1
-1
/
+0
*
handler unit tests finished
Ben Morrison
2019-06-09
1
-0
/
+1
*
setting version via build flags
Ben Morrison
2019-06-09
1
-3
/
+2
*
moving mock registry creation to its own func
Ben Morrison
2019-06-09
1
-0
/
+9
*
explicit init of static assets and test template init were removed: redundant
Ben Morrison
2019-06-09
1
-9
/
+3
*
init staticAssets explicitly on startup
Ben Morrison
2019-06-09
1
-0
/
+1
*
cache-related tests
Ben Morrison
2019-06-09
1
-4
/
+2
*
using sync.Once for DB init in tests, cleaned up test config init
Ben Morrison
2019-06-09
1
-32
/
+18
*
test config init using sync.Once
Ben Morrison
2019-06-09
1
-3
/
+5
*
updated tests to work with new project structure
Ben Morrison
2019-06-06
1
-2
/
+85
*
fixed some import comments
Ben Morrison
2019-06-05
1
-1
/
+1
*
moved bulk of code to its own package to clean up source tree
Ben Morrison
2019-06-05
1
-0
/
+27