ical-go icon indicating copy to clipboard operation
ical-go copied to clipboard

iCal package for Go (Golang)

Results 2 ical-go issues
Sort by recently updated
recently updated
newest added

multiline DESCRIPTION does not work, as spaces are included in split r := regexp.MustCompile("([\r|\t]*\n[\r|\t]*)+")

bug

check for if lineIndex + 1 > numberOfLines in func parseTextType(lines []string, lineIndex int) (string, int)

bug