atlassian / atlassian/go-sentry-api
make problem
- Dominant language
- Go
- Stars
- 55
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Hi
When trying to compile i receive:
```
# github.com/atlassian/go-sentry-api
vendor/src/github.com/atlassian/go-sentry-api/client.go:60: unknown http.Client field 'Timeout' in struct literal
vendor/src/github.com/atlassian/go-sentry-api/team.go:29: undefined: http.MethodPost
vendor/src/github.com/atlassian/go-sentry-api/team.go:40: undefined: http.MethodDelete
github.com/reconquest/hierr-go
make: *** [build] Error 2
```
Do you know what could be a cause of this?
Thank you
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the make build target and inspect vendor/src/github.com/atlassian/go-sentry-api/client.go and team.go at the reported lines. Reproduce the compiler errors, then determine the project’s supported Go environment and the compatibility issue affecting these http references. Done means the project compiles successfully with make.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100