mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore(cli): improve unittests
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package services
|
||||
|
||||
import (
|
||||
m "github.com/grafana/grafana/pkg/cmd/grafana-cli/models"
|
||||
//m "github.com/grafana/grafana/pkg/cmd/grafana-cli/models"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
)
|
||||
|
||||
var IoUtil m.IoUtil = IoUtilImp{}
|
||||
//var IoUtils m.IoUtil = IoUtilImp{}
|
||||
|
||||
type IoUtilImp struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user