Fixed import in example_test

This commit is contained in:
Jérôme Renard 2014-01-11 17:57:32 +01:00
parent 4f4a9961b2
commit 6168c11f4a

View File

@ -6,7 +6,7 @@ package goes_test
import (
"fmt"
"goes"
"github.com/belogik/goes"
"net/url"
)