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