add common/resolver skeleton
This commit is contained in:
17
common/resolver/resolver_test.go
Normal file
17
common/resolver/resolver_test.go
Normal file
@ -0,0 +1,17 @@
|
||||
package resolver
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNameToContentHash(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestContentHashToUrl(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestNameToUrl(t *testing.T) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user