Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

v1.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hinoshiba hinoshiba released this 23 Jan 06:32
· 37 commits to master since this release
19bd933

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>
    ....
}