Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use the example, but having issues on 'go get github.com/knsh14/ical' #1

Open
danesparza opened this issue Jul 27, 2021 · 0 comments

Comments

@danesparza
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant