mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-11 12:24:27 +00:00
refactor, remove dirty migration, npm update
This commit is contained in:
@ -9,9 +9,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// RegexpEmail check valid email
|
||||
RegexpEmail = regexp.MustCompile("^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$")
|
||||
// pushed build time
|
||||
Version string
|
||||
)
|
||||
|
||||
// ReadFile file content
|
||||
|
Reference in New Issue
Block a user