编译失败 undefined: sort.Slice
Open
- Dominant language
- Go
- Stars
- 38
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
make all
go build -v -o ./bin/server
github.com/asaskevich/govalidator
# github.com/asaskevich/govalidator
../../asaskevich/govalidator/types.go:27: undefined: sort.Slice
make[1]: *** [all] Error 2
make: *** [build] Error 2
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with `make all` and inspect the reported dependency file `../../asaskevich/govalidator/types.go` around the `sort.Slice` reference. Check the Go build and dependency context shown by the error; done means `make all` completes without the undefined `sort.Slice` failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100