5737: Merge branch 'master' into 5737-ruby231
[arvados.git] / services / keepstore / config_test.go
1 package main
2
3 import (
4         "log"
5 )
6
7 func init() {
8         theConfig.debugLogf = log.Printf
9 }