Skip to content

Commit da0f118

Browse files
author
Oleg Sklyar
committed
Added version information
1 parent 6d124f5 commit da0f118

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11

2-
# Long polling library for the Go language
3-
42
[![Build status][buildimage]][travis] [![Coverage][codecovimage]][codecov] [![API documentation][godocimage]][docs]
53

6-
go-longpoll::test
7-
ok github.com/ventu-io/go-longpoll 6.886s coverage: 100.0% of statements
4+
# Long polling library for the Go language
85

96
The [Go][go] library `go-longpoll` (package `longpoll`) provides an implementation of the
107
long polling mechanism of the [PubSub][pubsub] pattern. Although the primary purpose of the
@@ -138,7 +135,7 @@ A comprehensive example can be run from the demo [repository][demo] via
138135

139136
./go-pubsub-examples 2
140137

141-
### Performance
138+
## Performance
142139

143140
Using a benchmark from the demo [repository][demo] a throughput test can be run using the
144141
command below.
@@ -149,6 +146,12 @@ implemented algorithm publisheds and concurrently receives 1 million units of da
149146

150147
./go-pubsub-examples 4
151148

149+
## Changelog
150+
151+
#### 31 Dec 2015: Version 1.0
152+
153+
* First release of the API
154+
152155
## License
153156

154157
Redistribution and use in source and binary forms, with or without

init.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ const (
1010
no int32 = iota
1111
yes
1212
)
13+
14+
const Version = 1.0

0 commit comments

Comments
 (0)