Fix feedback bundler export and use utils.NewFeedbackBundler
This commit is contained in:
parent
eb349f8365
commit
4f6746594a
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
type FeedbackBundler struct{}
|
||||
|
||||
func newFeedbackBundler() *FeedbackBundler {
|
||||
func NewFeedbackBundler() *FeedbackBundler {
|
||||
return &FeedbackBundler{}
|
||||
}
|
||||
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -66,7 +66,7 @@ var (
|
|||
|
||||
logsDirOnce sync.Once
|
||||
logsDirPath string
|
||||
feedbackBundler = newFeedbackBundler()
|
||||
feedbackBundler = utils.NewFeedbackBundler()
|
||||
appVersion = "v0.1.0-dev14"
|
||||
|
||||
modulesList = []Module{
|
||||
|
|
|
|||
0
scripts/build.sh
Normal file → Executable file
0
scripts/build.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user