This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
v1.1.0
In English
- Change path of import.
github.com/hinoshiba/go-onamaeddns/src/onamaeddns
->github.com/hinoshiba/go-onamaeddns
- Added function of
onamaeddns.DialWithContext(context.Context, string, string, string, time.Duration) (*onamaeddns.Client, error)
.
InJapanese
- ImportのPATHが長いので、短くなりました
github.com/hinoshiba/go-onamaeddns/src/onamaeddns
->github.com/hinoshiba/go-onamaeddns
onamaeddns.DialWithContext(context.Context, string, string, string, time.Duration) (*onamaeddns.Client, error)
が追加されました- 既存の、
onamaeddns.Dial(....
に対して、context.Contextの指定ができます
- 既存の、
import example at v1.1.0 and upper
import "github.com/hinoshiba/go-onamaeddns" //import path is **go-**onamaeddns, but package name is **onamaeddns**.
func main() {
....
onamaeddns.<Function>
....
}