Awesome Go

doi

CategoryText Processing
SubcategoryParsers/Encoders/Decoders
Stars0

Document object identifier (doi) parser in Go

About doi

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!")
}

Frequently Asked Questions

What is doi?

doi is a Text Processing library for the Go programming language. Document object identifier (doi) parser in Go

How do I install doi?

Install doi with the Go module system using `go get hscells/doi`. Check the repository for the current installation instructions.

What category does doi belong to?

doi is listed under Text Processing, specifically Parsers/Encoders/Decoders.

← Back to Parsers/Encoders/Decoders