Skip to content

Commit cf06313

Browse files
committed
gofmt -s and readme update for v0.6 release
1 parent 5ea3847 commit cf06313

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# essentials - aah framework
22
[![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)
44

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***
66

77
`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:
88
* filepath
@@ -24,4 +24,4 @@
2424
go get -u aahframework.org/essentials.v0
2525
```
2626

27-
See official page [TODO]
27+
Visit official website https://aahframework.org to learn more.

guid_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ type guidParts struct {
5454
}
5555

5656
var uniqueIds = []guidParts{
57-
guidParts{
57+
{
5858
"4d88e15b60f486e428412dc9",
5959
1300816219,
6060
[]byte{0x60, 0xf4, 0x86},
6161
0xe428,
6262
4271561,
6363
},
64-
guidParts{
64+
{
6565
"000000000000000000000000",
6666
0,
6767
[]byte{0x00, 0x00, 0x00},
6868
0x0000,
6969
0,
7070
},
71-
guidParts{
71+
{
7272
"00000000aabbccddee000001",
7373
0,
7474
[]byte{0xaa, 0xbb, 0xcc},

0 commit comments

Comments
 (0)