add common/resolver skeleton

This commit is contained in:
zelig
2015-03-31 01:57:17 +01:00
parent 45676382b6
commit 97a602864a
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,17 @@
package resolver
import (
"testing"
)
func TestNameToContentHash(t *testing.T) {
}
func TestContentHashToUrl(t *testing.T) {
}
func TestNameToUrl(t *testing.T) {
}