File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
96The [ Go] [ go ] library ` go-longpoll ` (package ` longpoll ` ) provides an implementation of the
107long 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
143140Using a benchmark from the demo [ repository] [ demo ] a throughput test can be run using the
144141command 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
154157Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ const (
1010 no int32 = iota
1111 yes
1212)
13+
14+ const Version = 1.0
You can’t perform that action at this time.
0 commit comments