File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# essentials - aah framework
2
2
[ ![ Build Status] ( https://travis-ci.org/go-aah/essentials.svg?branch=master )] ( https://travis-ci.org/go-aah/essentials ) [ ![ codecov] ( https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/essentials/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/essentials.v0 )] ( https://goreportcard.com/report/aahframework.org/essentials.v0 )
3
- [ ![ Version] ( https://img.shields.io/badge/version-0.5 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials.v0?status.svg )] ( https://godoc.org/aahframework.org/essentials.v0 ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
3
+ [ ![ Version] ( https://img.shields.io/badge/version-0.6 -blue.svg )] ( https://github.com/go-aah/essentials/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/essentials.v0?status.svg )] ( https://godoc.org/aahframework.org/essentials.v0 ) [ ![ License] ( https://img.shields.io/github/license/go-aah/essentials.svg )] ( LICENSE )
4
4
5
- *** v0.5 [ released] ( https://github.com/go-aah/essentials/releases/latest ) and tagged on Apr 07 , 2017***
5
+ *** v0.6 [ released] ( https://github.com/go-aah/essentials/releases/latest ) and tagged on Jul 22 , 2017***
6
6
7
7
` essentials ` contains simple & useful utils methods for Go. aah framework utilizes essentials (aka ` ess ` ) library across. Essentials library complements with handy methods, refer godoc to know more about methods:
8
8
* filepath
24
24
go get -u aahframework.org/essentials.v0
25
25
```
26
26
27
- See official page [ TODO ]
27
+ Visit official website https://aahframework.org to learn more.
Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ type guidParts struct {
54
54
}
55
55
56
56
var uniqueIds = []guidParts {
57
- guidParts {
57
+ {
58
58
"4d88e15b60f486e428412dc9" ,
59
59
1300816219 ,
60
60
[]byte {0x60 , 0xf4 , 0x86 },
61
61
0xe428 ,
62
62
4271561 ,
63
63
},
64
- guidParts {
64
+ {
65
65
"000000000000000000000000" ,
66
66
0 ,
67
67
[]byte {0x00 , 0x00 , 0x00 },
68
68
0x0000 ,
69
69
0 ,
70
70
},
71
- guidParts {
71
+ {
72
72
"00000000aabbccddee000001" ,
73
73
0 ,
74
74
[]byte {0xaa , 0xbb , 0xcc },
You can’t perform that action at this time.
0 commit comments