Skip to content

Commit a8eb8d1

Browse files
committed
readme update for v0.1 release
1 parent c30c86e commit a8eb8d1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test)](https://goreportcard.com/report/aahframework.org/test) [![GoDoc](https://godoc.org/aahframework.org/test?status.svg)](https://godoc.org/aahframework.org/test) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
44

5+
***v0.1 [released](https://github.com/go-aah/test/releases/latest) and tagged on Jan 28, 2017***
6+
57
`test` library is an extension to Go built-in `testing` package. It has developer known naming on methods. Easy to use! aah framework utilizes `test` library across.
68

7-
*It's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
9+
*`test` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
10+
11+
# Installation
12+
#### Stable - Version
13+
```sh
14+
# install the library
15+
go get -u aahframework.org/test
16+
```
817

918
See official page [TODO]

test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package test
66

77
// Version is the `aah` testing library version number
8-
var Version = "0.1"
8+
const Version = "0.1"

0 commit comments

Comments
 (0)