Skip to content

Commit

Permalink
Added version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sklyar committed Dec 31, 2015
1 parent 6d124f5 commit da0f118
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

# Long polling library for the Go language

[![Build status][buildimage]][travis] [![Coverage][codecovimage]][codecov] [![API documentation][godocimage]][docs]

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

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

./go-pubsub-examples 2

### Performance
## Performance

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

./go-pubsub-examples 4

## Changelog

#### 31 Dec 2015: Version 1.0

* First release of the API

## License

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 2 additions & 0 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ const (
no int32 = iota
yes
)

const Version = 1.0

0 comments on commit da0f118

Please sign in to comment.