grafana/pkg/cmd/grafana-cli/commands/upgrade_command.go

10 lines
127 B
Go
Raw Normal View History

2016-02-15 21:09:34 +08:00
package commands
import (
"errors"
)
func upgradeCommand(c CommandLine) error {
return errors.New("Not yet Implemented")
}