You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup a simple test project, but I'm getting errors on go get. Here's what I'm seeing:
$ go get -u github.com/knsh14/ical
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading github.com/Masterminds/semver v1.5.0
# github.com/knsh14/ical/property
C:\DevGo\pkg\mod\github.com\knsh14\ical@v0.1.0\property\change_management.go:100:46: undefined: lm
C:\DevGo\pkg\mod\github.com\knsh14\ical@v0.1.0\property\change_management.go:105:1: missing return at end of function
C:\DevGo\pkg\mod\github.com\knsh14\ical@v0.1.0\property\descriptive.go:25:66: undefined: s
C:\DevGo\pkg\mod\github.com\knsh14\ical@v0.1.0\property\descriptive.go:30:1: missing return at end of function
C:\DevGo\pkg\mod\github.com\knsh14\ical@v0.1.0\property\recurrence.go:116:93: rdt.Value undefined (type *RecurrenceDateTimes has no field or method Value)
The text was updated successfully, but these errors were encountered:
I'm trying to setup a simple test project, but I'm getting errors on
go get
. Here's what I'm seeing:The text was updated successfully, but these errors were encountered: