Skip to content

rashintha/uniques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniques

Go

Introduction

Uniques is a library that facilitate you to work with unique ids in different standards.

Getting Started

Prerequisites

Get the Uniques

Simply run the following command to get the uniques package.

go get github.com/rashintha/uniques

Basic Usage

package main

import "github.com/rashintha/uniques/standards/gs1"

func main() {
	upc, err = gs1.EPCtoUPC("3034257BF400B78000007AE3")
    if err != nil {
        fmt.Println(err)
    }

    fmt.Printf("UPC: %v\n", upc)
}

License

Uniques is released under Apache-2.0 license. Please read LICENSE for more information.

Contributing

I always appreciate help from the community to develop. Please send me an email to mail@rashintha.com to get started!

About

Uniques is a library that facilitate you to work with unique ids in different standards.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages