mirror of https://github.com/portainer/portainer
5 lines
95 B
Go
5 lines
95 B
Go
|
package exec
|
||
|
|
||
|
import "regexp"
|
||
|
|
||
|
var stackNameNormalizeRegex = regexp.MustCompile("[^-_a-z0-9]+")
|