1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

chore: remove copilot comment

This commit is contained in:
charconstpointer 2021-08-03 22:27:07 +02:00
parent a17856f676
commit 628a168de1

View File

@ -91,8 +91,6 @@ You can specify multiple receivers by separating the value with a comma.`,
}
}
//getReceivers returns a slice of receivers from comma separated string
//if receivers is an empty string return an error otherwise return slice of strings
func getReceivers(receivers string) ([]string, error) {
if len(receivers) == 0 {
return nil, fmt.Errorf("no receivers found")