package sample

import "github.com/acme/utils"

func Run(address string) string {
	return utils.SanitizeEmail(address)
}