wrap slack related pkgs with slack pkg

This commit is contained in:
c9s 2020-09-19 08:14:12 +08:00
parent efc2649c65
commit c92ada2f34
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
log "github.com/sirupsen/logrus"
"github.com/slack-go/slack"
"github.com/c9s/bbgo/pkg/bbgo/slackstyle"
"github.com/c9s/bbgo/pkg/bbgo/slack/slackstyle"
"github.com/c9s/bbgo/pkg/bbgo/types"
)