mirror of https://github.com/grafana/grafana
ApiKeyGenPrefix: rename package (#65623)
* Rename package to satokengen to make it clearer that it is for service account tokenspull/65633/head
parent
3cd3bb00ec
commit
e4d998dc1a
@ -1,4 +1,4 @@ |
||||
package apikeygenprefix |
||||
package satokengen |
||||
|
||||
import "github.com/grafana/grafana/pkg/components/apikeygen" |
||||
|
||||
@ -1,4 +1,4 @@ |
||||
package apikeygenprefix |
||||
package satokengen |
||||
|
||||
import ( |
||||
"encoding/hex" |
||||
@ -1,4 +1,4 @@ |
||||
package apikeygenprefix |
||||
package satokengen |
||||
|
||||
import ( |
||||
"testing" |
||||
Loading…
Reference in new issue