mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2026-01-09 09:54:21 +01:00
ran go-fmt on complete sourcecode
This commit is contained in:
@@ -24,12 +24,12 @@ func GetIntEnv(key string, defaultVal int) (int, error) {
|
||||
}
|
||||
|
||||
func StringInSlice(a string, list []string) bool {
|
||||
for _, b := range list {
|
||||
if b == a {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
for _, b := range list {
|
||||
if b == a {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func IsPhoneNumber(s string) bool {
|
||||
|
||||
Reference in New Issue
Block a user