plugeth/common/resolver/resolver_test.go

18 lines
172 B
Go
Raw Normal View History

2015-03-31 00:57:17 +00:00
package resolver
import (
"testing"
)
func TestNameToContentHash(t *testing.T) {
}
func TestContentHashToUrl(t *testing.T) {
}
func TestNameToUrl(t *testing.T) {
}