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