reformat some stuff
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package caldav
|
||||
|
||||
import "strings"
|
||||
|
||||
func convert_username_into_url(username string) string {
|
||||
result := strings.ReplaceAll(username, "@", "%40")
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user