mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 19:45:54 +03:00
[GH-ISSUE #38] undefined field or method ‘UnixMilli #138
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sirkev on GitHub (Nov 19, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/38
`:/home/kev# go install -v github.com/alpkeskin/mosint@latest
github.com/gofrs/uuid
github.com/gofrs/uuid
/root/go/pkg/mod/github.com/gofrs/uuid@v4.3.0+incompatible/generator.go:288:24: error: reference to undefined field or method ‘UnixMilli’
288 | ms := uint64(tn.UnixMilli())
| `
any help on how to get around this would be highly appreciated
@alpkeskin commented on GitHub (Nov 23, 2022):
Make sure Golang and its libraries are all up-to-date.