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
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Below are required fields for qualifying your issue to our support team
Subject of the issue
Your environment
Artifactory version and/or Xray version
Artifactory version 2.0.0
Golang version
go version go1.10.3 darwin/amd64
Operating System
Mac OS X: Mojave
Database type/version (if relevant)
N/A
Expected behavior
No warnings in client code. (in this case, it is in my test code)
Actual behavior
Tell us what happens instead, including any relevant errors or stack trace
Compiler warnings
Verify you have redacted any sensitive hostnames, credentials, application names, etc from these errors/stack traces
"severity": 4,
"message": "github.com/target/go-arty/artifactory.Timestamp composite literal uses unkeyed fields",
"source": "go-vet",
"startLineNumber": 49,
"startColumn": 1,
"endLineNumber": 49,
"endColumn": 2
Steps to Reproduce
or this client code will cause the warning as well.
t := artifactory.Timestamp{time.Now()}
The text was updated successfully, but these errors were encountered: