mirror of https://github.com/grafana/grafana
parent
7064d87106
commit
4fd2c0570c
@ -1,2 +0,0 @@ |
||||
_* |
||||
cover*.out |
@ -1,24 +0,0 @@ |
||||
package unidecode |
||||
|
||||
import ( |
||||
"fmt" |
||||
"reflect" |
||||
) |
||||
|
||||
// gopkgs.go: v1
|
||||
|
||||
// NOTE: This file is autogenerated by gopkgs.com.
|
||||
const ( |
||||
goPkgsSrcPath = "github.com/rainycape/unidecode" |
||||
goPkgsName = "unidecode" |
||||
goPkgsErrFmt = "invalid import path %s - please use gopkgs.com/%s.v1 or see http://gopkgs.com/%s" |
||||
) |
||||
|
||||
type goPkgsCheck struct{} |
||||
|
||||
func init() { |
||||
typ := reflect.TypeOf(goPkgsCheck{}) |
||||
if typ.PkgPath() == goPkgsSrcPath { |
||||
panic(fmt.Errorf(goPkgsErrFmt, typ.PkgPath(), goPkgsName, goPkgsName)) |
||||
} |
||||
} |
Loading…
Reference in new issue