feat: config.
This commit is contained in:
12
bootstrap/config_test.go
Normal file
12
bootstrap/config_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRegisterConfig(t *testing.T) {
|
||||
var cfg struct {
|
||||
Test string
|
||||
}
|
||||
RegisterConfig(&cfg)
|
||||
}
|
||||
Reference in New Issue
Block a user