A working proxy exists.

This commit is contained in:
2021-02-27 22:25:50 +01:00
parent ce94bf0d89
commit 617d7834cc
29 changed files with 781 additions and 195 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func TestMarshalUriValue(T *testing.T) {
var u uriValue
var u URIValue
u.name = "foo"
u.value = "bar"
b := u.marshal()