Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Du committed Nov 19, 2018
1 parent c656215 commit 1f8617e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/eventdb/database/database.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package database

// Options to configure a database instance.
type Options struct{}

// Database exposes methods to write and query data.
Expand All @@ -15,6 +16,7 @@ type DB struct {
opts Options
}

// New reutrns a new database instance.
func New(opts Options) *DB {
return &DB{
opts: opts,
Expand Down

0 comments on commit 1f8617e

Please sign in to comment.