Switching to modules, removed vendored dependencies, linting with golangci-lint.

This commit is contained in:
2019-12-15 22:17:01 +05:00
parent d33062598e
commit 6b519c31a0
859 changed files with 315 additions and 336708 deletions

View File

@@ -18,6 +18,6 @@
package slackapiserverinterface
type SlackAPIServerInterface interface {
Initialize()
Shutdown()
Initialize()
Shutdown()
}