jacks0n9 / GoUrban

A simple package for accessing the urban dictionary api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoUrban

A simple package for accessing the urban dictionary api

Install:

go get github.com/jacks0n9/GoUrban

Usage

    package main
    import(
        "fmt"
        "github.com/jacks0n9/GoUrban"
    )
    func main(){
        GoUrban.Define("testing")
    }

About

A simple package for accessing the urban dictionary api

License:GNU General Public License v2.0


Languages

Language:Go 100.0%