Skip to content

Commit

Permalink
add packages documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Dec 20, 2020
1 parent 2f87f99 commit 42a3e5d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ require (
github.com/apache/pulsar-client-go v0.3.0
github.com/go-redis/redis v6.15.9+incompatible
github.com/gorilla/websocket v1.4.2
github.com/reugn/go-streams v0.6.0
github.com/reugn/go-streams/aerospike v0.6.0
github.com/reugn/go-streams/kafka v0.6.0
github.com/reugn/go-streams/pulsar v0.6.0
github.com/reugn/go-streams/redis v0.6.0
github.com/reugn/go-streams/ws v0.6.0
github.com/reugn/go-streams v0.6.2
github.com/reugn/go-streams/aerospike v0.0.0
github.com/reugn/go-streams/kafka v0.0.0
github.com/reugn/go-streams/pulsar v0.0.0
github.com/reugn/go-streams/redis v0.0.0
github.com/reugn/go-streams/ws v0.0.0
)

replace (
github.com/reugn/go-streams => ../
github.com/reugn/go-streams/aerospike => ../aerospike
github.com/reugn/go-streams/extension => ../extension
github.com/reugn/go-streams/flow => ../flow
github.com/reugn/go-streams/kafka => ../kafka
github.com/reugn/go-streams/pulsar => ../pulsar
github.com/reugn/go-streams/redis => ../redis
Expand Down
2 changes: 2 additions & 0 deletions extension/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package extension provides basic connector implementations.
package extension
2 changes: 2 additions & 0 deletions util/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package util provides utility functions.
package util
2 changes: 2 additions & 0 deletions util/ospkg/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package ospkg provides platform-specific utility functions and constants.
package ospkg

0 comments on commit 42a3e5d

Please sign in to comment.