This commit is contained in:
Darko Luketic 2019-07-01 15:49:14 +02:00
parent 48a3a6e79d
commit 6d356928f1

View File

@ -0,0 +1,8 @@
# ytid
simple Go package to extract a Youtube ID from a passed URL
## methods
GetID(url string) string
GETIDWithError(url string) (string, error)