gofmt
This commit is contained in:
8
main.go
8
main.go
@@ -187,10 +187,10 @@ func GetCommand(body, from, dir string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Strip(s, s2 *string) {
|
func Strip(s, s2 *string) {
|
||||||
strip, _ := regexp.Compile("(`|\\$|\\.\\.)")
|
strip, _ := regexp.Compile("(`|\\$|\\.\\.)")
|
||||||
q, _ := regexp.Compile("(\"|')")
|
q, _ := regexp.Compile("(\"|')")
|
||||||
*s = q.ReplaceAllString(strip.ReplaceAllString(*s, ""),"“")
|
*s = q.ReplaceAllString(strip.ReplaceAllString(*s, ""), "“")
|
||||||
*s2 = q.ReplaceAllString(strip.ReplaceAllString(*s2, ""),"“")
|
*s2 = q.ReplaceAllString(strip.ReplaceAllString(*s2, ""), "“")
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetNick(s string) string {
|
func GetNick(s string) string {
|
||||||
|
|||||||
Reference in New Issue
Block a user