jacobsoo / Fanger

This is a simple go library which i've made to defang and refang url(s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fanger

This is a simple go library which i've made to defang and refang url(s)

To use this package in your own code, make sure your GO_PATH environment variable is correctly set, and install it using go get:

go get github.com/jacobsoo/Fanger

Then, you can include it in your project:

import "github.com/jacobsoo/Fanger"

About

This is a simple go library which i've made to defang and refang url(s)


Languages

Language:Go 100.0%