Browse Source
Add missing import to trigger init and registering circleci
pull/213/head
MTRNord
8 years ago
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F
1 changed files with
1 additions and
0 deletions
-
src/github.com/matrix-org/go-neb/goneb.go
|
|
|
@ -30,6 +30,7 @@ import ( |
|
|
|
_ "github.com/matrix-org/go-neb/services/slackapi" |
|
|
|
_ "github.com/matrix-org/go-neb/services/travisci" |
|
|
|
_ "github.com/matrix-org/go-neb/services/wikipedia" |
|
|
|
_ "github.com/matrix-org/go-neb/services/circleci" |
|
|
|
"github.com/matrix-org/go-neb/types" |
|
|
|
"github.com/matrix-org/util" |
|
|
|
_ "github.com/mattn/go-sqlite3" |
|
|
|
|