Fix path for asset storage (#144)
Define locations for keys and secondary zones, 'n stuff. Add a bunch of tests as well.
This commit is contained in:
parent
e635b4e773
commit
e34e414e7f
6 changed files with 277 additions and 0 deletions
8
middleware/test/helpers_test.go
Normal file
8
middleware/test/helpers_test.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestA(t *testing.T) {
|
||||
// should not crash
|
||||
A("miek.nl. IN A 127.0.0.1")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue