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

backend/models/reconcile.go:138:17: undefined: time.time #37

Open
ant3017 opened this issue Mar 30, 2023 · 1 comment
Open

backend/models/reconcile.go:138:17: undefined: time.time #37

ant3017 opened this issue Mar 30, 2023 · 1 comment

Comments

@ant3017
Copy link

ant3017 commented Mar 30, 2023

hello i mam trying to install this server. i clone the repo and i get the error
backend/models/reconcile.go:138:17: undefined: time.time
when trying to run make

i tried to correct time.time to time.Time but then i get an error in a following append command

go version go1.18.1 linux/amd64

@darcys22
Copy link
Owner

Hi Ant!

Thanks for the comment, yeah master isn't compiling right now. I broke a few things and haven't resolved them yet.

The resolution will probably be just changing the append line to format the date to a string.

utl.Row = append(utl.Row, date.Format("2006-01-02"))

But in the interim id work off the previous commit c154efe

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

2 participants