mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
5 lines
96 B
Go
5 lines
96 B
Go
package exec
|
|
|
|
import "regexp"
|
|
|
|
var stackNameNormalizeRegex = regexp.MustCompile("[^-_a-z0-9]+")
|