File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# NUID  
22
33[ ![ License MIT] ( https://img.shields.io/npm/l/express.svg )] ( http://opensource.org/licenses/MIT ) 
4- [ ![ ReportCard] ( http://goreportcard.com/badge/nats-io/nuid )] ( http://goreportcard.com/report/nats-io/nuid )  [ ![ Build Status] ( https://travis-ci.org/nats-io/nuid.svg?branch=master )] ( http://travis-ci.org/nats-io/nuid )  [ ![ GoDoc] ( http://godoc.org/github.com/nats-io/nuid?status.png )] ( http://godoc.org/github.com/nats-io/nuid )  [ ![ Coverage Status] ( https://coveralls.io/repos/github/nats-io/nuid/badge.svg?branch=master )] ( https://coveralls.io/github/nats-io/nuid?branch=master ) 
4+ [ ![ ReportCard] ( http://goreportcard.com/badge/nats-io/nuid )] ( http://goreportcard.com/report/nats-io/nuid ) 
5+ [ ![ Build Status] ( https://travis-ci.org/nats-io/nuid.svg?branch=master )] ( http://travis-ci.org/nats-io/nuid ) 
6+ [ ![ Release] ( https://img.shields.io/badge/release-v1.0.0-1eb0fc.svg )] ( https://github.com/nats-io/nuid/releases/tag/v1.0.0 ) 
7+ [ ![ GoDoc] ( http://godoc.org/github.com/nats-io/nuid?status.png )] ( http://godoc.org/github.com/nats-io/nuid ) 
8+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/nats-io/nuid/badge.svg?branch=master )] ( https://coveralls.io/github/nats-io/nuid?branch=master ) 
59
610A highly performant unique identifier generator.
711
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ import (
1919// that is started at a pseudo random number and increments with a pseudo-random increment. 
2020// Total is 22 bytes of base 62 ascii text :) 
2121
22+ // Version of the library 
23+ const  Version  =  "1.0.0" 
24+ 
2225const  (
2326	digits    =  "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" 
2427	base      =  62 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments