hscells / doi

Parse and check doi objects in go.

Home Page:https://godoc.org/github.com/hscells/doi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doi

GoDoc

dealing with dois in go

Usage

d, err := doi.Parse("11.1038/123456")
if err != nil {
    println(d.ToString())
}
if d.IsValid() {
    println("We are happy!")
}

About

Parse and check doi objects in go.

https://godoc.org/github.com/hscells/doi

License:MIT License


Languages

Language:Go 100.0%