mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
6 lines
88 B
Go
6 lines
88 B
Go
package openssh
|
|
|
|
import "regexp"
|
|
|
|
var isJustDigitsPattern = regexp.MustCompile(`^\d+$`)
|