This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
v1.0.1
Pre-release
Pre-release
test release: Chage import path.
github.com/hinoshiba/go-onamaeddns/src/onamaeddns
-> github.com/hinoshiba/go-onamaeddns
e.g.
import "github.com/hinoshiba/go-onamaeddns" //import path is **go-**onamaeddns, but package name is **onamaeddns**.
func main() {
....
onamaeddns.<Function>
....
}