Moved Url type to Uri

This commit is contained in:
Marius Orcsik 2017-09-12 17:22:10 +02:00
parent a3c69d744a
commit da748cc52c
No known key found for this signature in database
GPG key ID: C36D1EBE93A6EEAE
2 changed files with 4 additions and 3 deletions

4
activitypub/uri.go Normal file
View file

@ -0,0 +1,4 @@
package activitypub
type Iri Uri
type Uri string

View file

@ -1,3 +0,0 @@
package activitypub
type Url string