Changed go package path

This commit is contained in:
Torkel Ödegaard
2015-02-05 10:37:13 +01:00
parent 3ab7b5c3f7
commit 10820f31c2
50 changed files with 139 additions and 147 deletions

View File

@@ -3,9 +3,9 @@ package api
import (
"github.com/Unknwon/macaron"
"github.com/macaron-contrib/binding"
"github.com/torkelo/grafana-pro/pkg/api/dtos"
"github.com/torkelo/grafana-pro/pkg/middleware"
m "github.com/torkelo/grafana-pro/pkg/models"
"github.com/grafana/grafana/pkg/api/dtos"
"github.com/grafana/grafana/pkg/middleware"
m "github.com/grafana/grafana/pkg/models"
)
// Register adds http routes