alingse / sundrylint

three thousand real world bug linter
MIT License
4 stars 0 forks source link

RangeAppendAll go-linter-runner result #3

Closed alingse closed 1 week ago

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/Wing924/ltsv

Got total 12 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733583733

Expand 1. -: # golang.org/x/xerrors 2. ../../../../go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/adaptor_go1_13.go#L16:21: undefined: errors.Frame 3. ../../../../go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/adaptor_go1_13.go#L21:42: undefined: errors.Caller 4. ../../../../go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/format_go1_13.go#L12:25: undefined: errors.Formatter 5. ../../../../go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/format_go1_13.go#L19:23: undefined: errors.Printer 6. /home/runner/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/adaptor_go1_13.go#L16:21: undefined: errors.Frame 7. /home/runner/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/format_go1_13.go#L12:25: undefined: errors.Formatter 8. /home/runner/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/format_go1_13.go#L19:23: undefined: errors.Printer 9. /home/runner/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20190510150013-5403a72a6aaf/adaptor_go1_13.go#L21:42: undefined: errors.Caller 10. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.3.0/assert/assertions.go#L19:2: missing go.sum entry for module providing package github.com/davecgh/go-spew/spew (imported by github.com/stretchr/testify/assert); to add: 11. go get github.com/stretchr/testify/assert@v1.3.0 12. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.3.0/assert/assertions.go#L19:2: could not import github.com/davecgh/go-spew/spew (invalid package name: "")

Report issue: https://github.com/Wing924/ltsv/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/adam-hanna/sessions

Got total 7 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733585532

Expand 1. user/user.go#L6:2: missing go.sum entry for module providing package github.com/google/uuid (imported by github.com/adam-hanna/sessions/user); to add: 2. go get github.com/adam-hanna/sessions/user 3. [user/user.go#L6:2:](https://github.com/adam-hanna/sessions/blob/develop/user/user.go#L6:2:) could not import github.com/google/uuid (invalid package name: "") 4. store/service.go#L8:2: missing go.sum entry for module providing package github.com/garyburd/redigo/redis (imported by github.com/adam-hanna/sessions/store); to add: 5. go get github.com/adam-hanna/sessions/store 6. [store/service.go#L8:2:](https://github.com/adam-hanna/sessions/blob/develop/store/service.go#L8:2:) could not import github.com/garyburd/redigo/redis (invalid package name: "") 7. [benchmark/benchmark_test.go#L96:22:](https://github.com/adam-hanna/sessions/blob/develop/benchmark/benchmark_test.go#L96:22:) seshStore.Pool.Get undefined (type *invalid type has no field or method Get)

Report issue: https://github.com/adam-hanna/sessions/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/ovh/cds

Got total 12 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733660378

Expand 1. -: # github.com/ovh/cds/contrib/grpcplugins [github.com/ovh/cds/contrib/grpcplugins.test] 2. contrib/grpcplugins/grpcplugins_test.go#L12:38: cannot use os.DirFS(".") (value of type "io/fs".FS) as *actionplugin.Common value in argument to checksums 3. contrib/grpcplugins/grpcplugins_test.go#L12:53: cannot use "main.go" (constant of type string) as "io/fs".FS value in argument to checksums: string does not implement "io/fs".FS (missing method Open) 4. [contrib/grpcplugins/grpcplugins_test.go#L12:38:](https://github.com/ovh/cds/blob/master/contrib/grpcplugins/grpcplugins_test.go#L12:38:) cannot use os.DirFS(".") (value of type fs.FS) as *actionplugin.Common value in argument to checksums 5. [contrib/grpcplugins/grpcplugins_test.go#L12:53:](https://github.com/ovh/cds/blob/master/contrib/grpcplugins/grpcplugins_test.go#L12:53:) cannot use "main.go" (constant of type string) as fs.FS value in argument to checksums: string does not implement fs.FS (missing method Open) 6. -: # github.com/ovh/cds/contrib/grpcplugins/action/script [github.com/ovh/cds/contrib/grpcplugins/action/script.test] 7. contrib/grpcplugins/action/script/main_test.go#L76:14: undefined: prepareScriptContent 8. contrib/grpcplugins/action/script/main_test.go#L102:12: undefined: prepareScriptContent 9. contrib/grpcplugins/action/script/main_test.go#L105:20: undefined: writeScriptContent 10. [contrib/grpcplugins/action/script/main_test.go#L76:14:](https://github.com/ovh/cds/blob/master/contrib/grpcplugins/action/script/main_test.go#L76:14:) undefined: prepareScriptContent 11. [contrib/grpcplugins/action/script/main_test.go#L102:12:](https://github.com/ovh/cds/blob/master/contrib/grpcplugins/action/script/main_test.go#L102:12:) undefined: prepareScriptContent 12. [contrib/grpcplugins/action/script/main_test.go#L105:20:](https://github.com/ovh/cds/blob/master/contrib/grpcplugins/action/script/main_test.go#L105:20:) undefined: writeScriptContent

Report issue: https://github.com/ovh/cds/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/seiflotfy/cuckoofilter

Got total 7 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733673209

Expand 1. util.go#L4:2: missing go.sum entry for module providing package github.com/dgryski/go-metro (imported by github.com/seiflotfy/cuckoofilter); to add: 2. go get github.com/seiflotfy/cuckoofilter 3. [util.go#L4:8:](https://github.com/seiflotfy/cuckoofilter/blob/master/util.go#L4:8:) could not import github.com/dgryski/go-metro (invalid package name: "") 4. scalable_cuckoofilter_test.go#L7:8: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/seiflotfy/cuckoofilter); to add: 5. go get -t github.com/seiflotfy/cuckoofilter 6. [util.go#L4:8:](https://github.com/seiflotfy/cuckoofilter/blob/master/util.go#L4:8:) could not import github.com/dgryski/go-metro (invalid package name: "") 7. [scalable_cuckoofilter_test.go#L7:8:](https://github.com/seiflotfy/cuckoofilter/blob/master/scalable_cuckoofilter_test.go#L7:8:) could not import github.com/stretchr/testify/assert (invalid package name: "")

Report issue: https://github.com/seiflotfy/cuckoofilter/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/shoobyban/sshman

Got total 2 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733674295

Expand 1. cmd/web.go#L21:12: pattern dist/*: no matching files found 2. frontend/main.go#L9:12: pattern dist: no matching files found

Report issue: https://github.com/shoobyban/sshman/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/shurcooL/Go-Package-Store

Got total 81 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733674393

Expand 1. repo.go#L4:2: no required module provides package github.com/shurcooL/vcsstate; to add it: 2. go get github.com/shurcooL/vcsstate 3. repo.go#L5:2: no required module provides package golang.org/x/tools/go/vcs; to add it: 4. go get golang.org/x/tools/go/vcs 5. [repo.go#L4:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/repo.go#L4:2:) could not import github.com/shurcooL/vcsstate (invalid package name: "") 6. [repo.go#L5:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/repo.go#L5:2:) could not import golang.org/x/tools/go/vcs (invalid package name: "") 7. assets/external.go#L3:8: no required module provides package github.com/shurcooL/gofontwoff; to add it: 8. go get github.com/shurcooL/gofontwoff 9. [assets/external.go#L3:8:](https://github.com/shurcooL/Go-Package-Store/blob/main/assets/external.go#L3:8:) could not import github.com/shurcooL/gofontwoff (invalid package name: "") 10. presenter/github/github.go#L10:2: no required module provides package github.com/dustin/go-humanize; to add it: 11. go get github.com/dustin/go-humanize 12. presenter/github/github.go#L11:2: no required module provides package github.com/google/go-github/github; to add it: 13. go get github.com/google/go-github/github 14. [presenter/github/github.go#L10:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/presenter/github/github.go#L10:2:) could not import github.com/dustin/go-humanize (invalid package name: "") 15. [presenter/github/github.go#L11:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/presenter/github/github.go#L11:2:) could not import github.com/google/go-github/github (invalid package name: "") 16. [presenter/github/github.go#L118:157:](https://github.com/shurcooL/Go-Package-Store/blob/main/presenter/github/github.go#L118:157:) undefined: humanize 17. [updater/gopath.go#L19:31:](https://github.com/shurcooL/Go-Package-Store/blob/main/updater/gopath.go#L19:31:) repo.Cmd.Cmd undefined (type *invalid type has no field or method Cmd) 18. workspace/workspace.go#L11:2: no required module provides package github.com/bradfitz/iter; to add it: 19. go get github.com/bradfitz/iter 20. workspace/workspace.go#L14:2: no required module provides package github.com/shurcooL/gostatus/status; to add it: 21. go get github.com/shurcooL/gostatus/status 22. [workspace/workspace.go#L11:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/workspace/workspace.go#L11:2:) could not import github.com/bradfitz/iter (invalid package name: "") 23. [workspace/workspace.go#L14:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/workspace/workspace.go#L14:2:) could not import github.com/shurcooL/gostatus/status (invalid package name: "") 24. [workspace/workspace.go#L15:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/workspace/workspace.go#L15:2:) could not import github.com/shurcooL/vcsstate (invalid package name: "") 25. [workspace/workspace.go#L16:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/workspace/workspace.go#L16:2:) could not import golang.org/x/tools/go/vcs (invalid package name: "") 26. cmd/Go-Package-Store/main.go#L15:2: no required module provides package github.com/gregjones/httpcache; to add it: 27. go get github.com/gregjones/httpcache 28. cmd/Go-Package-Store/main.go#L16:2: no required module provides package github.com/gregjones/httpcache/diskcache; to add it: 29. go get github.com/gregjones/httpcache/diskcache 30. cmd/Go-Package-Store/main.go#L23:2: no required module provides package github.com/shurcooL/go/browser; to add it: 31. go get github.com/shurcooL/go/browser 32. cmd/Go-Package-Store/main.go#L24:2: no required module provides package github.com/shurcooL/go/ospath; to add it: 33. go get github.com/shurcooL/go/ospath 34. cmd/Go-Package-Store/errorhandler.go#L9:2: no required module provides package github.com/shurcooL/httperror; to add it: 35. go get github.com/shurcooL/httperror 36. cmd/Go-Package-Store/main.go#L25:2: no required module provides package github.com/shurcooL/httpgzip; to add it: 37. go get github.com/shurcooL/httpgzip 38. cmd/Go-Package-Store/main.go#L26:2: no required module provides package golang.org/x/oauth2; to add it: 39. go get golang.org/x/oauth2 40. [cmd/Go-Package-Store/buildutil.go#L13:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/buildutil.go#L13:2:) could not import github.com/shurcooL/vcsstate (invalid package name: "") 41. [cmd/Go-Package-Store/buildutil.go#L14:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/buildutil.go#L14:2:) could not import golang.org/x/tools/go/vcs (invalid package name: "") 42. [cmd/Go-Package-Store/errorhandler.go#L9:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/errorhandler.go#L9:2:) could not import github.com/shurcooL/httperror (invalid package name: "") 43. [cmd/Go-Package-Store/main.go#L15:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L15:2:) could not import github.com/gregjones/httpcache (invalid package name: "") 44. [cmd/Go-Package-Store/main.go#L16:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L16:2:) could not import github.com/gregjones/httpcache/diskcache (invalid package name: "") 45. [cmd/Go-Package-Store/main.go#L23:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L23:2:) could not import github.com/shurcooL/go/browser (invalid package name: "") 46. [cmd/Go-Package-Store/main.go#L24:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L24:2:) could not import github.com/shurcooL/go/ospath (invalid package name: "") 47. [cmd/Go-Package-Store/main.go#L25:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L25:2:) could not import github.com/shurcooL/httpgzip (invalid package name: "") 48. [cmd/Go-Package-Store/main.go#L26:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/cmd/Go-Package-Store/main.go#L26:2:) could not import golang.org/x/oauth2 (invalid package name: "") 49. component/header.go#L6:2: no required module provides package github.com/gopherjs/gopherjs/js; to add it: 50. go get github.com/gopherjs/gopherjs/js 51. component/header.go#L7:2: no required module provides package github.com/gopherjs/vecty; to add it: 52. go get github.com/gopherjs/vecty 53. component/header.go#L8:2: no required module provides package github.com/gopherjs/vecty/elem; to add it: 54. go get github.com/gopherjs/vecty/elem 55. component/header.go#L9:2: no required module provides package github.com/gopherjs/vecty/event; to add it: 56. go get github.com/gopherjs/vecty/event 57. component/header.go#L10:2: no required module provides package github.com/gopherjs/vecty/prop; to add it: 58. go get github.com/gopherjs/vecty/prop 59. component/header.go#L11:2: no required module provides package github.com/gopherjs/vecty/style; to add it: 60. go get github.com/gopherjs/vecty/style 61. component/presentation.go#L15:2: no required module provides package github.com/shurcooL/octicon; to add it: 62. go get github.com/shurcooL/octicon 63. component/presentation.go#L16:2: no required module provides package golang.org/x/net/html; to add it: 64. go get golang.org/x/net/html 65. component/header.go#L13:2: no required module provides package golang.org/x/net/html/atom; to add it: 66. go get golang.org/x/net/html/atom 67. [component/header.go#L6:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L6:2:) could not import github.com/gopherjs/gopherjs/js (invalid package name: "") 68. [component/header.go#L7:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L7:2:) could not import github.com/gopherjs/vecty (invalid package name: "") 69. [component/header.go#L8:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L8:2:) could not import github.com/gopherjs/vecty/elem (invalid package name: "") 70. [component/header.go#L9:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L9:2:) could not import github.com/gopherjs/vecty/event (invalid package name: "") 71. [component/header.go#L10:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L10:2:) could not import github.com/gopherjs/vecty/prop (invalid package name: "") 72. [component/header.go#L11:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L11:2:) could not import github.com/gopherjs/vecty/style (invalid package name: "") 73. [component/header.go#L13:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/header.go#L13:2:) could not import golang.org/x/net/html/atom (invalid package name: "") 74. [component/presentation.go#L15:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/presentation.go#L15:2:) could not import github.com/shurcooL/octicon (invalid package name: "") 75. [component/presentation.go#L16:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/component/presentation.go#L16:2:) could not import golang.org/x/net/html (invalid package name: "") 76. frontend/main.go#L21:2: no required module provides package honnef.co/go/js/dom; to add it: 77. go get honnef.co/go/js/dom 78. [frontend/main.go#L14:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/frontend/main.go#L14:2:) could not import github.com/gopherjs/gopherjs/js (invalid package name: "") 79. [frontend/main.go#L15:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/frontend/main.go#L15:2:) could not import github.com/gopherjs/vecty (invalid package name: "") 80. [frontend/main.go#L16:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/frontend/main.go#L16:2:) could not import github.com/gopherjs/vecty/elem (invalid package name: "") 81. [frontend/main.go#L21:2:](https://github.com/shurcooL/Go-Package-Store/blob/main/frontend/main.go#L21:2:) could not import honnef.co/go/js/dom (invalid package name: "")

Report issue: https://github.com/shurcooL/Go-Package-Store/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/shurcooL/githubql

Got total 31 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733674405

Expand 1. githubv4.go#L7:2: no required module provides package github.com/shurcooL/graphql; to add it: 2. go get github.com/shurcooL/graphql 3. [githubv4.go#L7:2:](https://github.com/shurcooL/githubql/blob/main/githubv4.go#L7:2:) could not import github.com/shurcooL/graphql (invalid package name: "") 4. example/githubv4dev/main.go#L18:2: no required module provides package golang.org/x/oauth2; to add it: 5. go get golang.org/x/oauth2 6. [example/githubv4dev/main.go#L18:2:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L18:2:) could not import golang.org/x/oauth2 (invalid package name: "") 7. [example/githubv4dev/main.go#L100:39:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L100:39:) cannot convert "shurcooL-test" (untyped string constant) to type githubv4.String 8. [example/githubv4dev/main.go#L101:39:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L101:39:) cannot convert "test-repo" (untyped string constant) to type githubv4.String 9. [example/githubv4dev/main.go#L102:36:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L102:36:) cannot convert 1 (untyped int constant) to type githubv4.Int 10. [example/githubv4dev/main.go#L103:39:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L103:39:) cannot use 1 (untyped int constant) as githubv4.Int value in argument to githubv4.NewInt 11. [example/githubv4dev/main.go#L104:42:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L104:42:) cannot use "Y3Vyc29yOjE5NTE4NDI1Ng==" (untyped string constant) as githubv4.String value in argument to githubv4.NewString 12. [example/githubv4dev/main.go#L131:39:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L131:39:) cannot convert "shurcooL-test" (untyped string constant) to type githubv4.String 13. [example/githubv4dev/main.go#L132:39:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L132:39:) cannot convert "test-repo" (untyped string constant) to type githubv4.String 14. [example/githubv4dev/main.go#L133:36:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L133:36:) cannot convert 2 (untyped int constant) to type githubv4.Int 15. [example/githubv4dev/main.go#L142:7:](https://github.com/shurcooL/githubql/blob/main/example/githubv4dev/main.go#L142:7:) invalid operation: operator ! not defined on q.Repository.Issue.Reactions.ViewerHasReacted (variable of type githubv4.Boolean) 16. [example_test.go#L11:2:](https://github.com/shurcooL/githubql/blob/main/example_test.go#L11:2:) could not import golang.org/x/oauth2 (invalid package name: "") 17. [githubv4_test.go#L51:22:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L51:22:) cannot use "gopher" (untyped string constant) as githubv4.String value in assignment 18. [githubv4_test.go#L52:26:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L52:26:) cannot use "The Go gopher." (untyped string constant) as githubv4.String value in assignment 19. [githubv4_test.go#L175:38:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L175:38:) cannot convert "golang" (untyped string constant) to type githubv4.String 20. [githubv4_test.go#L176:38:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L176:38:) cannot convert "go" (untyped string constant) to type githubv4.String 21. [githubv4_test.go#L177:35:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L177:35:) cannot convert 1 (untyped int constant) to type githubv4.Int 22. [githubv4_test.go#L188:74:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L188:74:) cannot use "gopher" (untyped string constant) as githubv4.String value in assignment 23. [githubv4_test.go#L247:14:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L247:14:) cannot use "MDU6SXNzdWUyMTc5NTQ0OTc=" (untyped string constant) as githubv4.ID value in struct literal 24. [githubv4_test.go#L258:32:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L258:32:) cannot use "MDU6SXNzdWUyMTc5NTQ0OTc=" (untyped string constant) as githubv4.ID value in assignment 25. [githubv4_test.go#L260:24:](https://github.com/shurcooL/githubql/blob/main/githubv4_test.go#L260:24:) cannot use 3 (untyped int constant) as githubv4.Int value in assignment 26. [scalar_test.go#L82:32:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L82:32:) cannot use false (untyped bool constant) as githubv4.Boolean value in argument to githubv4.NewBoolean 27. [scalar_test.go#L91:30:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L91:30:) cannot use 0.0 (untyped float constant 0) as githubv4.Float value in argument to githubv4.NewFloat 28. [scalar_test.go#L107:27:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L107:27:) cannot use "" (untyped string constant) as githubv4.ID value in argument to githubv4.NewID 29. [scalar_test.go#L111:27:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L111:27:) cannot use 0 (untyped int constant) as githubv4.ID value in argument to githubv4.NewID 30. [scalar_test.go#L114:28:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L114:28:) cannot use 0 (untyped int constant) as githubv4.Int value in argument to githubv4.NewInt 31. [scalar_test.go#L117:31:](https://github.com/shurcooL/githubql/blob/main/scalar_test.go#L117:31:) cannot use "" (untyped string constant) as githubv4.String value in argument to githubv4.NewString

Report issue: https://github.com/shurcooL/githubql/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/tdewolff/canvas

Got total 11 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733680167

Expand 1. -: # github.com/go-gl/gl/v3.2-core/gl 2. /home/runner/go/pkg/mod/github.com/go-gl/gl@v0.0.0-20231021071112-07e5d0ea2e71/v3.2-core/gl/conversions.go#L13:8: could not import C (no metadata for C) 3. -: # github.com/go-gl/glfw/v3.3/glfw 4. from ../../../../go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20231031225837-d1c54e5847d0/c_glfw.go#L4: 5. /home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20231031225837-d1c54e5847d0/build.go#L53:8: could not import C (no metadata for C) 6. /home/runner/go/pkg/mod/gioui.org@v0.3.1/app/internal/xkb/xkb_unix.go#L31:8: could not import C (no metadata for C) 7. /home/runner/go/pkg/mod/gioui.org@v0.3.1/internal/vk/vulkan.go#L387:8: could not import C (no metadata for C) 8. /home/runner/go/pkg/mod/gioui.org@v0.3.1/internal/egl/egl_unix.go#L20:8: could not import C (no metadata for C) 9. /home/runner/go/pkg/mod/gioui.org@v0.3.1/app/egl_wayland.go#L26:8: could not import C (no metadata for C) 10. -: # github.com/go-gl/gl/v3.3-core/gl 11. /home/runner/go/pkg/mod/github.com/go-gl/gl@v0.0.0-20231021071112-07e5d0ea2e71/v3.3-core/gl/conversions.go#L13:8: could not import C (no metadata for C)

Report issue: https://github.com/tdewolff/canvas/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/airbusgeo/godal

Got total 6 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733585953

Expand 1. -: # github.com/airbusgeo/godal 2. [godal.go#L25:8:](https://github.com/airbusgeo/godal/blob/main/godal.go#L25:8:) could not import C (no metadata for C) 3. [gdalplugin/gcs_adapter.go#L3:8:](https://github.com/airbusgeo/godal/blob/main/gdalplugin/gcs_adapter.go#L3:8:) could not import C (no metadata for C) 4. -: # github.com/airbusgeo/godal 5. [godal.go#L25:8:](https://github.com/airbusgeo/godal/blob/main/godal.go#L25:8:) could not import C (no metadata for C) 6. [doc_test.go#L37:48:](https://github.com/airbusgeo/godal/blob/main/doc_test.go#L37:48:) cannot use godal.Byte (constant unknown with invalid type) as godal.DataType value in argument to godal.Create

Report issue: https://github.com/airbusgeo/godal/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/vdobler/chart

Got total 3 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688698

Expand 1. -: # github.com/vdobler/chart/imgg [github.com/vdobler/chart/imgg.test] 2. imgg/image_test.go#L25:58: cannot use 12 (untyped int constant) as map[chart.FontSize]float64 value in argument to New 3. [imgg/image_test.go#L25:58:](https://github.com/vdobler/chart/blob/master/imgg/image_test.go#L25:58:) cannot use 12 (untyped int constant) as map[chart.FontSize]float64 value in argument to New

Report issue: https://github.com/vdobler/chart/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/veandco/go-sdl2

Got total 393 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688708

Expand 1. -: # github.com/veandco/go-sdl2/sdl 2. [sdl/audio.go#L139:8:](https://github.com/veandco/go-sdl2/blob/master/sdl/audio.go#L139:8:) could not import C (no metadata for C) 3. [sdl/events.go#L1139:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1139:27:) e._type undefined (type *cDisplayEvent has no field or method _type) 4. [sdl/events.go#L1140:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1140:24:) e.timestamp undefined (type *cDisplayEvent has no field or method timestamp) 5. [sdl/events.go#L1141:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1141:24:) e.display undefined (type *cDisplayEvent has no field or method display) 6. [sdl/events.go#L1142:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1142:23:) e.event undefined (type *cDisplayEvent has no field or method event) 7. [sdl/events.go#L1143:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1143:23:) e.data1 undefined (type *cDisplayEvent has no field or method data1) 8. [sdl/events.go#L1148:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1148:27:) e._type undefined (type *cWindowEvent has no field or method _type) 9. [sdl/events.go#L1149:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1149:24:) e.timestamp undefined (type *cWindowEvent has no field or method timestamp) 10. [sdl/events.go#L1150:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1150:24:) e.windowID undefined (type *cWindowEvent has no field or method windowID) 11. [sdl/events.go#L1151:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1151:31:) e.event undefined (type *cWindowEvent has no field or method event) 12. [sdl/events.go#L1152:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1152:23:) e.data1 undefined (type *cWindowEvent has no field or method data1) 13. [sdl/events.go#L1153:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1153:23:) e.data2 undefined (type *cWindowEvent has no field or method data2) 14. [sdl/events.go#L1158:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1158:27:) e._type undefined (type *cSysWMEvent has no field or method _type) 15. [sdl/events.go#L1159:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1159:24:) e.timestamp undefined (type *cSysWMEvent has no field or method timestamp) 16. [sdl/events.go#L1160:44:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1160:44:) e.msg undefined (type *cSysWMEvent has no field or method msg) 17. [sdl/events.go#L1165:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1165:27:) e._type undefined (type *cKeyboardEvent has no field or method _type) 18. [sdl/events.go#L1166:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1166:24:) e.timestamp undefined (type *cKeyboardEvent has no field or method timestamp) 19. [sdl/events.go#L1167:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1167:24:) e.windowID undefined (type *cKeyboardEvent has no field or method windowID) 20. [sdl/events.go#L1168:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1168:29:) e.state undefined (type *cKeyboardEvent has no field or method state) 21. [sdl/events.go#L1170:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1170:24:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 22. [sdl/events.go#L1171:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1171:25:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 23. [sdl/events.go#L1172:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1172:26:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 24. [sdl/events.go#L1178:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1178:27:) e._type undefined (type *cTextEditingEvent has no field or method _type) 25. [sdl/events.go#L1179:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1179:24:) e.timestamp undefined (type *cTextEditingEvent has no field or method timestamp) 26. [sdl/events.go#L1180:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1180:24:) e.windowID undefined (type *cTextEditingEvent has no field or method windowID) 27. [sdl/events.go#L1181:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1181:29:) e.text undefined (type *cTextEditingEvent has no field or method text) 28. [sdl/events.go#L1182:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1182:23:) e.start undefined (type *cTextEditingEvent has no field or method start) 29. [sdl/events.go#L1183:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1183:23:) e.length undefined (type *cTextEditingEvent has no field or method length) 30. [sdl/events.go#L1188:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1188:27:) e._type undefined (type *cTextInputEvent has no field or method _type) 31. [sdl/events.go#L1189:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1189:24:) e.timestamp undefined (type *cTextInputEvent has no field or method timestamp) 32. [sdl/events.go#L1190:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1190:24:) e.windowID undefined (type *cTextInputEvent has no field or method windowID) 33. [sdl/events.go#L1191:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1191:29:) e.text undefined (type *cTextInputEvent has no field or method text) 34. [sdl/events.go#L1196:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1196:27:) e._type undefined (type *cMouseMotionEvent has no field or method _type) 35. [sdl/events.go#L1197:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1197:24:) e.timestamp undefined (type *cMouseMotionEvent has no field or method timestamp) 36. [sdl/events.go#L1198:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1198:24:) e.windowID undefined (type *cMouseMotionEvent has no field or method windowID) 37. [sdl/events.go#L1199:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1199:24:) e.which undefined (type *cMouseMotionEvent has no field or method which) 38. [sdl/events.go#L1200:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1200:28:) e.state undefined (type *cMouseMotionEvent has no field or method state) 39. [sdl/events.go#L1201:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1201:23:) e.x undefined (type *cMouseMotionEvent has no field or method x) 40. [sdl/events.go#L1202:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1202:23:) e.y undefined (type *cMouseMotionEvent has no field or method y) 41. [sdl/events.go#L1203:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1203:23:) e.xrel undefined (type *cMouseMotionEvent has no field or method xrel) 42. [sdl/events.go#L1204:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1204:23:) e.yrel undefined (type *cMouseMotionEvent has no field or method yrel) 43. [sdl/events.go#L1209:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1209:27:) e._type undefined (type *cMouseButtonEvent has no field or method _type) 44. [sdl/events.go#L1210:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1210:24:) e.timestamp undefined (type *cMouseButtonEvent has no field or method timestamp) 45. [sdl/events.go#L1211:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1211:24:) e.windowID undefined (type *cMouseButtonEvent has no field or method windowID) 46. [sdl/events.go#L1212:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1212:24:) e.which undefined (type *cMouseButtonEvent has no field or method which) 47. [sdl/events.go#L1213:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1213:24:) e.button undefined (type *cMouseButtonEvent has no field or method button) 48. [sdl/events.go#L1214:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1214:29:) e.state undefined (type *cMouseButtonEvent has no field or method state) 49. [sdl/events.go#L1215:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1215:23:) e.clicks undefined (type *cMouseButtonEvent has no field or method clicks) 50. [sdl/events.go#L1216:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1216:23:) e.x undefined (type *cMouseButtonEvent has no field or method x) 51. [sdl/events.go#L1217:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1217:23:) e.y undefined (type *cMouseButtonEvent has no field or method y) 52. [sdl/events.go#L1222:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1222:27:) e._type undefined (type *cMouseWheelEvent has no field or method _type) 53. [sdl/events.go#L1223:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1223:24:) e.timestamp undefined (type *cMouseWheelEvent has no field or method timestamp) 54. [sdl/events.go#L1224:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1224:24:) e.windowID undefined (type *cMouseWheelEvent has no field or method windowID) 55. [sdl/events.go#L1225:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1225:24:) e.which undefined (type *cMouseWheelEvent has no field or method which) 56. [sdl/events.go#L1226:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1226:23:) e.x undefined (type *cMouseWheelEvent has no field or method x) 57. [sdl/events.go#L1227:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1227:23:) e.y undefined (type *cMouseWheelEvent has no field or method y) 58. [sdl/events.go#L1228:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1228:24:) e.direction undefined (type *cMouseWheelEvent has no field or method direction) 59. [sdl/events.go#L1229:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1229:25:) e.preciseX undefined (type *cMouseWheelEvent has no field or method preciseX) 60. [sdl/events.go#L1230:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1230:25:) e.preciseY undefined (type *cMouseWheelEvent has no field or method preciseY) 61. [sdl/events.go#L1231:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1231:23:) e.mouseX undefined (type *cMouseWheelEvent has no field or method mouseX) 62. [sdl/events.go#L1232:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1232:23:) e.mouseY undefined (type *cMouseWheelEvent has no field or method mouseY) 63. [sdl/events.go#L1237:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1237:27:) e._type undefined (type *cJoyAxisEvent has no field or method _type) 64. [sdl/events.go#L1238:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1238:24:) e.timestamp undefined (type *cJoyAxisEvent has no field or method timestamp) 65. [sdl/events.go#L1239:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1239:28:) e.which undefined (type *cJoyAxisEvent has no field or method which) 66. [sdl/events.go#L1240:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1240:23:) e.axis undefined (type *cJoyAxisEvent has no field or method axis) 67. [sdl/events.go#L1241:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1241:23:) e.value undefined (type *cJoyAxisEvent has no field or method value) 68. [sdl/events.go#L1246:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1246:27:) e._type undefined (type *cJoyBallEvent has no field or method _type) 69. [sdl/events.go#L1247:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1247:24:) e.timestamp undefined (type *cJoyBallEvent has no field or method timestamp) 70. [sdl/events.go#L1248:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1248:28:) e.which undefined (type *cJoyBallEvent has no field or method which) 71. [sdl/events.go#L1249:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1249:23:) e.ball undefined (type *cJoyBallEvent has no field or method ball) 72. [sdl/events.go#L1250:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1250:23:) e.xrel undefined (type *cJoyBallEvent has no field or method xrel) 73. [sdl/events.go#L1251:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1251:23:) e.yrel undefined (type *cJoyBallEvent has no field or method yrel) 74. [sdl/events.go#L1256:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1256:27:) e._type undefined (type *cJoyHatEvent has no field or method _type) 75. [sdl/events.go#L1257:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1257:24:) e.timestamp undefined (type *cJoyHatEvent has no field or method timestamp) 76. [sdl/events.go#L1258:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1258:28:) e.which undefined (type *cJoyHatEvent has no field or method which) 77. [sdl/events.go#L1259:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1259:23:) e.hat undefined (type *cJoyHatEvent has no field or method hat) 78. [sdl/events.go#L1260:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1260:29:) e.value undefined (type *cJoyHatEvent has no field or method value) 79. [sdl/events.go#L1265:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1265:27:) e._type undefined (type *cJoyButtonEvent has no field or method _type) 80. [sdl/events.go#L1266:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1266:24:) e.timestamp undefined (type *cJoyButtonEvent has no field or method timestamp) 81. [sdl/events.go#L1267:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1267:28:) e.which undefined (type *cJoyButtonEvent has no field or method which) 82. [sdl/events.go#L1268:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1268:23:) e.button undefined (type *cJoyButtonEvent has no field or method button) 83. [sdl/events.go#L1269:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1269:29:) e.state undefined (type *cJoyButtonEvent has no field or method state) 84. [sdl/events.go#L1274:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1274:27:) e._type undefined (type *cJoyDeviceEvent has no field or method _type) 85. [sdl/events.go#L1275:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1275:24:) e.timestamp undefined (type *cJoyDeviceEvent has no field or method timestamp) 86. [sdl/events.go#L1276:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1276:28:) e.which undefined (type *cJoyDeviceEvent has no field or method which) 87. [sdl/events.go#L1281:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1281:27:) e._type undefined (type *cJoyDeviceEvent has no field or method _type) 88. [sdl/events.go#L1282:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1282:24:) e.timestamp undefined (type *cJoyDeviceEvent has no field or method timestamp) 89. [sdl/events.go#L1283:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1283:28:) e.which undefined (type *cJoyDeviceEvent has no field or method which) 90. [sdl/events.go#L1288:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1288:27:) e._type undefined (type *cJoyBatteryEvent has no field or method _type) 91. [sdl/events.go#L1289:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1289:24:) e.timestamp undefined (type *cJoyBatteryEvent has no field or method timestamp) 92. [sdl/events.go#L1290:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1290:28:) e.which undefined (type *cJoyBatteryEvent has no field or method which) 93. [sdl/events.go#L1291:36:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1291:36:) e.level undefined (type *cJoyBatteryEvent has no field or method level) 94. [sdl/events.go#L1296:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1296:27:) e._type undefined (type *cControllerAxisEvent has no field or method _type) 95. [sdl/events.go#L1297:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1297:24:) e.timestamp undefined (type *cControllerAxisEvent has no field or method timestamp) 96. [sdl/events.go#L1298:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1298:28:) e.which undefined (type *cControllerAxisEvent has no field or method which) 97. [sdl/events.go#L1299:36:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1299:36:) e.axis undefined (type *cControllerAxisEvent has no field or method axis) 98. [sdl/events.go#L1300:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1300:23:) e.value undefined (type *cControllerAxisEvent has no field or method value) 99. [sdl/events.go#L1305:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1305:27:) e._type undefined (type *cControllerButtonEvent has no field or method _type) 100. [sdl/events.go#L1306:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1306:24:) e.timestamp undefined (type *cControllerButtonEvent has no field or method timestamp) 101. [sdl/events.go#L1307:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1307:28:) e.which undefined (type *cControllerButtonEvent has no field or method which) 102. [sdl/events.go#L1308:38:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1308:38:) e.button undefined (type *cControllerButtonEvent has no field or method button) 103. [sdl/events.go#L1309:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1309:29:) e.state undefined (type *cControllerButtonEvent has no field or method state) 104. [sdl/events.go#L1314:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1314:27:) e._type undefined (type *cControllerDeviceEvent has no field or method _type) 105. [sdl/events.go#L1315:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1315:24:) e.timestamp undefined (type *cControllerDeviceEvent has no field or method timestamp) 106. [sdl/events.go#L1316:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1316:28:) e.which undefined (type *cControllerDeviceEvent has no field or method which) 107. [sdl/events.go#L1321:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1321:27:) e._type undefined (type *cControllerSensorEvent has no field or method _type) 108. [sdl/events.go#L1322:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1322:24:) e.timestamp undefined (type *cControllerSensorEvent has no field or method timestamp) 109. [sdl/events.go#L1323:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1323:28:) e.which undefined (type *cControllerSensorEvent has no field or method which) 110. [sdl/events.go#L1324:32:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1324:32:) e.sensor undefined (type *cControllerSensorEvent has no field or method sensor) 111. [sdl/events.go#L1326:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1326:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 112. [sdl/events.go#L1327:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1327:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 113. [sdl/events.go#L1328:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1328:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 114. [sdl/events.go#L1330:35:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1330:35:) e.timestamp_us undefined (type *cControllerSensorEvent has no field or method timestamp_us) 115. [sdl/events.go#L1335:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1335:27:) e._type undefined (type *cAudioDeviceEvent has no field or method _type) 116. [sdl/events.go#L1336:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1336:24:) e.timestamp undefined (type *cAudioDeviceEvent has no field or method timestamp) 117. [sdl/events.go#L1337:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1337:24:) e.which undefined (type *cAudioDeviceEvent has no field or method which) 118. [sdl/events.go#L1338:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1338:23:) e.iscapture undefined (type *cAudioDeviceEvent has no field or method iscapture) 119. [sdl/events.go#L1343:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1343:27:) e._type undefined (type *cTouchFingerEvent has no field or method _type) 120. [sdl/events.go#L1344:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1344:24:) e.timestamp undefined (type *cTouchFingerEvent has no field or method timestamp) 121. [sdl/events.go#L1345:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1345:25:) e.touchId undefined (type *cTouchFingerEvent has no field or method touchId) 122. [sdl/events.go#L1346:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1346:26:) e.fingerId undefined (type *cTouchFingerEvent has no field or method fingerId) 123. [sdl/events.go#L1347:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1347:25:) e.x undefined (type *cTouchFingerEvent has no field or method x) 124. [sdl/events.go#L1348:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1348:25:) e.y undefined (type *cTouchFingerEvent has no field or method y) 125. [sdl/events.go#L1349:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1349:25:) e.dx undefined (type *cTouchFingerEvent has no field or method dx) 126. [sdl/events.go#L1350:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1350:25:) e.dy undefined (type *cTouchFingerEvent has no field or method dy) 127. [sdl/events.go#L1351:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1351:25:) e.pressure undefined (type *cTouchFingerEvent has no field or method pressure) 128. [sdl/events.go#L1352:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1352:24:) e.windowID undefined (type *cTouchFingerEvent has no field or method windowID) 129. [sdl/events.go#L1357:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1357:28:) e._type undefined (type *cMultiGestureEvent has no field or method _type) 130. [sdl/events.go#L1358:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1358:25:) e.timestamp undefined (type *cMultiGestureEvent has no field or method timestamp) 131. [sdl/events.go#L1359:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1359:26:) e.touchId undefined (type *cMultiGestureEvent has no field or method touchId) 132. [sdl/events.go#L1360:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1360:26:) e.dTheta undefined (type *cMultiGestureEvent has no field or method dTheta) 133. [sdl/events.go#L1361:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1361:26:) e.dDist undefined (type *cMultiGestureEvent has no field or method dDist) 134. [sdl/events.go#L1362:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1362:26:) e.x undefined (type *cMultiGestureEvent has no field or method x) 135. [sdl/events.go#L1363:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1363:26:) e.y undefined (type *cMultiGestureEvent has no field or method y) 136. [sdl/events.go#L1364:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1364:25:) e.numFingers undefined (type *cMultiGestureEvent has no field or method numFingers) 137. [sdl/events.go#L1369:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1369:28:) e._type undefined (type *cDollarGestureEvent has no field or method _type) 138. [sdl/events.go#L1370:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1370:25:) e.timestamp undefined (type *cDollarGestureEvent has no field or method timestamp) 139. [sdl/events.go#L1371:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1371:26:) e.touchId undefined (type *cDollarGestureEvent has no field or method touchId) 140. [sdl/events.go#L1372:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1372:28:) e.gestureId undefined (type *cDollarGestureEvent has no field or method gestureId) 141. [sdl/events.go#L1373:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1373:25:) e.numFingers undefined (type *cDollarGestureEvent has no field or method numFingers) 142. [sdl/events.go#L1374:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1374:26:) e.error undefined (type *cDollarGestureEvent has no field or method error) 143. [sdl/events.go#L1375:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1375:26:) e.x undefined (type *cDollarGestureEvent has no field or method x) 144. [sdl/events.go#L1376:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1376:26:) e.y undefined (type *cDollarGestureEvent has no field or method y) 145. [sdl/events.go#L1382:9:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1382:9:) e.file undefined (type *cDropEvent has no field or method file) 146. [sdl/events.go#L1383:33:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1383:33:) e.file undefined (type *cDropEvent has no field or method file) 147. [sdl/events.go#L1387:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1387:27:) e._type undefined (type *cDropEvent has no field or method _type) 148. [sdl/events.go#L1388:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1388:24:) e.timestamp undefined (type *cDropEvent has no field or method timestamp) 149. [sdl/events.go#L1389:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1389:28:) e.file undefined (type *cDropEvent has no field or method file) 150. [sdl/events.go#L1390:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1390:24:) e.windowID undefined (type *cDropEvent has no field or method windowID) 151. [sdl/events.go#L1395:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1395:27:) e._type undefined (type *cSensorEvent has no field or method _type) 152. [sdl/events.go#L1396:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1396:24:) e.timestamp undefined (type *cSensorEvent has no field or method timestamp) 153. [sdl/events.go#L1397:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1397:23:) e.which undefined (type *cSensorEvent has no field or method which) 154. [sdl/events.go#L1399:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1399:15:) e.data undefined (type *cSensorEvent has no field or method data) 155. [sdl/events.go#L1400:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1400:15:) e.data undefined (type *cSensorEvent has no field or method data) 156. [sdl/events.go#L1401:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1401:15:) e.data undefined (type *cSensorEvent has no field or method data) 157. [sdl/events.go#L1402:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1402:15:) e.data undefined (type *cSensorEvent has no field or method data) 158. [sdl/events.go#L1403:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1403:15:) e.data undefined (type *cSensorEvent has no field or method data) 159. [sdl/events.go#L1404:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1404:15:) e.data undefined (type *cSensorEvent has no field or method data) 160. [sdl/events.go#L1406:35:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1406:35:) e.timestamp_us undefined (type *cSensorEvent has no field or method timestamp_us) 161. [sdl/events.go#L1412:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1412:27:) e._type undefined (type *cCommonEvent has no field or method _type) 162. [sdl/events.go#L1413:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1413:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 163. [sdl/events.go#L1419:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1419:27:) e._type undefined (type *cCommonEvent has no field or method _type) 164. [sdl/events.go#L1420:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1420:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 165. [sdl/events.go#L1426:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1426:27:) e._type undefined (type *cCommonEvent has no field or method _type) 166. [sdl/events.go#L1427:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1427:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 167. [sdl/events.go#L1434:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1434:28:) e._type undefined (type *cUserEvent has no field or method _type) 168. [sdl/events.go#L1435:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1435:25:) e.timestamp undefined (type *cUserEvent has no field or method timestamp) 169. [sdl/events.go#L1436:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1436:25:) e.windowID undefined (type *cUserEvent has no field or method windowID) 170. [sdl/events.go#L1437:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1437:24:) e.code undefined (type *cUserEvent has no field or method code) 171. [sdl/events.go#L1438:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1438:18:) e.data1 undefined (type *cUserEvent has no field or method data1) 172. [sdl/events.go#L1439:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1439:18:) e.data2 undefined (type *cUserEvent has no field or method data2) 173. [sdl/events.go#L1444:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1444:27:) e._type undefined (type *cCommonEvent has no field or method _type) 174. [sdl/events.go#L1445:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1445:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 175. [sdl/gamecontroller.go#L732:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L732:18:) bind.bindType undefined (type *GameControllerButtonBind has no field or method bindType) 176. [sdl/gamecontroller.go#L737:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L737:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 177. [sdl/gamecontroller.go#L743:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L743:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 178. [sdl/gamecontroller.go#L749:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L749:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 179. [sdl/gamecontroller.go#L755:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L755:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 180. [sdl/shape.go#L62:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L62:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 181. [sdl/shape.go#L77:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L77:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 182. [sdl/shape.go#L92:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L92:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 183. [sdl/shape.go#L107:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L107:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 184. [sdl/shape.go#L118:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L118:23:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 185. [sdl/shape.go#L123:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L123:23:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 186. [sdl/shape.go#L129:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L129:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 187. [sdl/shape.go#L130:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L130:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 188. [sdl/shape.go#L131:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L131:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 189. [sdl/shape.go#L132:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L132:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 190. [sdl/video.go#L1168:10:](https://github.com/veandco/go-sdl2/blob/master/sdl/video.go#L1168:10:) cannot use nil as GLContext value in return statement 191. [gfx/sdl_gfx.go#L6:8:](https://github.com/veandco/go-sdl2/blob/master/gfx/sdl_gfx.go#L6:8:) could not import C (no metadata for C) 192. [img/sdl_image.go#L21:8:](https://github.com/veandco/go-sdl2/blob/master/img/sdl_image.go#L21:8:) could not import C (no metadata for C) 193. [mix/midi.go#L8:8:](https://github.com/veandco/go-sdl2/blob/master/mix/midi.go#L8:8:) could not import C (no metadata for C) 194. raster/painter.go#L9:2: no required module provides package github.com/golang/freetype/raster; to add it: 195. go get github.com/golang/freetype/raster 196. [raster/painter.go#L9:2:](https://github.com/veandco/go-sdl2/blob/master/raster/painter.go#L9:2:) could not import github.com/golang/freetype/raster (invalid package name: "") 197. [ttf/sdl_ttf.go#L23:8:](https://github.com/veandco/go-sdl2/blob/master/ttf/sdl_ttf.go#L23:8:) could not import C (no metadata for C) 198. [gfx/sdl_gfx.go#L6:8:](https://github.com/veandco/go-sdl2/blob/master/gfx/sdl_gfx.go#L6:8:) could not import C (no metadata for C) 199. [img/sdl_image.go#L21:8:](https://github.com/veandco/go-sdl2/blob/master/img/sdl_image.go#L21:8:) could not import C (no metadata for C) 200. [raster/painter.go#L9:2:](https://github.com/veandco/go-sdl2/blob/master/raster/painter.go#L9:2:) could not import github.com/golang/freetype/raster (invalid package name: "") 201. -: # github.com/veandco/go-sdl2/sdl 202. [sdl/audio.go#L139:8:](https://github.com/veandco/go-sdl2/blob/master/sdl/audio.go#L139:8:) could not import C (no metadata for C) 203. [sdl/struct_test.go#L107:33:](https://github.com/veandco/go-sdl2/blob/master/sdl/struct_test.go#L107:33:) cannot convert 0 (untyped int constant) to type cAudioStatus 204. [sdl/struct_test.go#L108:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/struct_test.go#L108:29:) cannot convert 0 (untyped int constant) to type cErrorCode 205. [sdl/events.go#L1139:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1139:27:) e._type undefined (type *cDisplayEvent has no field or method _type) 206. [sdl/events.go#L1140:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1140:24:) e.timestamp undefined (type *cDisplayEvent has no field or method timestamp) 207. [sdl/events.go#L1141:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1141:24:) e.display undefined (type *cDisplayEvent has no field or method display) 208. [sdl/events.go#L1142:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1142:23:) e.event undefined (type *cDisplayEvent has no field or method event) 209. [sdl/events.go#L1143:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1143:23:) e.data1 undefined (type *cDisplayEvent has no field or method data1) 210. [sdl/events.go#L1148:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1148:27:) e._type undefined (type *cWindowEvent has no field or method _type) 211. [sdl/events.go#L1149:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1149:24:) e.timestamp undefined (type *cWindowEvent has no field or method timestamp) 212. [sdl/events.go#L1150:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1150:24:) e.windowID undefined (type *cWindowEvent has no field or method windowID) 213. [sdl/events.go#L1151:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1151:31:) e.event undefined (type *cWindowEvent has no field or method event) 214. [sdl/events.go#L1152:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1152:23:) e.data1 undefined (type *cWindowEvent has no field or method data1) 215. [sdl/events.go#L1153:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1153:23:) e.data2 undefined (type *cWindowEvent has no field or method data2) 216. [sdl/events.go#L1158:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1158:27:) e._type undefined (type *cSysWMEvent has no field or method _type) 217. [sdl/events.go#L1159:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1159:24:) e.timestamp undefined (type *cSysWMEvent has no field or method timestamp) 218. [sdl/events.go#L1160:44:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1160:44:) e.msg undefined (type *cSysWMEvent has no field or method msg) 219. [sdl/events.go#L1165:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1165:27:) e._type undefined (type *cKeyboardEvent has no field or method _type) 220. [sdl/events.go#L1166:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1166:24:) e.timestamp undefined (type *cKeyboardEvent has no field or method timestamp) 221. [sdl/events.go#L1167:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1167:24:) e.windowID undefined (type *cKeyboardEvent has no field or method windowID) 222. [sdl/events.go#L1168:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1168:29:) e.state undefined (type *cKeyboardEvent has no field or method state) 223. [sdl/events.go#L1170:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1170:24:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 224. [sdl/events.go#L1171:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1171:25:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 225. [sdl/events.go#L1172:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1172:26:) e.keysym undefined (type *cKeyboardEvent has no field or method keysym) 226. [sdl/events.go#L1178:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1178:27:) e._type undefined (type *cTextEditingEvent has no field or method _type) 227. [sdl/events.go#L1179:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1179:24:) e.timestamp undefined (type *cTextEditingEvent has no field or method timestamp) 228. [sdl/events.go#L1180:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1180:24:) e.windowID undefined (type *cTextEditingEvent has no field or method windowID) 229. [sdl/events.go#L1181:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1181:29:) e.text undefined (type *cTextEditingEvent has no field or method text) 230. [sdl/events.go#L1182:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1182:23:) e.start undefined (type *cTextEditingEvent has no field or method start) 231. [sdl/events.go#L1183:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1183:23:) e.length undefined (type *cTextEditingEvent has no field or method length) 232. [sdl/events.go#L1188:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1188:27:) e._type undefined (type *cTextInputEvent has no field or method _type) 233. [sdl/events.go#L1189:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1189:24:) e.timestamp undefined (type *cTextInputEvent has no field or method timestamp) 234. [sdl/events.go#L1190:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1190:24:) e.windowID undefined (type *cTextInputEvent has no field or method windowID) 235. [sdl/events.go#L1191:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1191:29:) e.text undefined (type *cTextInputEvent has no field or method text) 236. [sdl/events.go#L1196:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1196:27:) e._type undefined (type *cMouseMotionEvent has no field or method _type) 237. [sdl/events.go#L1197:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1197:24:) e.timestamp undefined (type *cMouseMotionEvent has no field or method timestamp) 238. [sdl/events.go#L1198:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1198:24:) e.windowID undefined (type *cMouseMotionEvent has no field or method windowID) 239. [sdl/events.go#L1199:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1199:24:) e.which undefined (type *cMouseMotionEvent has no field or method which) 240. [sdl/events.go#L1200:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1200:28:) e.state undefined (type *cMouseMotionEvent has no field or method state) 241. [sdl/events.go#L1201:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1201:23:) e.x undefined (type *cMouseMotionEvent has no field or method x) 242. [sdl/events.go#L1202:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1202:23:) e.y undefined (type *cMouseMotionEvent has no field or method y) 243. [sdl/events.go#L1203:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1203:23:) e.xrel undefined (type *cMouseMotionEvent has no field or method xrel) 244. [sdl/events.go#L1204:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1204:23:) e.yrel undefined (type *cMouseMotionEvent has no field or method yrel) 245. [sdl/events.go#L1209:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1209:27:) e._type undefined (type *cMouseButtonEvent has no field or method _type) 246. [sdl/events.go#L1210:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1210:24:) e.timestamp undefined (type *cMouseButtonEvent has no field or method timestamp) 247. [sdl/events.go#L1211:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1211:24:) e.windowID undefined (type *cMouseButtonEvent has no field or method windowID) 248. [sdl/events.go#L1212:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1212:24:) e.which undefined (type *cMouseButtonEvent has no field or method which) 249. [sdl/events.go#L1213:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1213:24:) e.button undefined (type *cMouseButtonEvent has no field or method button) 250. [sdl/events.go#L1214:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1214:29:) e.state undefined (type *cMouseButtonEvent has no field or method state) 251. [sdl/events.go#L1215:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1215:23:) e.clicks undefined (type *cMouseButtonEvent has no field or method clicks) 252. [sdl/events.go#L1216:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1216:23:) e.x undefined (type *cMouseButtonEvent has no field or method x) 253. [sdl/events.go#L1217:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1217:23:) e.y undefined (type *cMouseButtonEvent has no field or method y) 254. [sdl/events.go#L1222:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1222:27:) e._type undefined (type *cMouseWheelEvent has no field or method _type) 255. [sdl/events.go#L1223:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1223:24:) e.timestamp undefined (type *cMouseWheelEvent has no field or method timestamp) 256. [sdl/events.go#L1224:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1224:24:) e.windowID undefined (type *cMouseWheelEvent has no field or method windowID) 257. [sdl/events.go#L1225:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1225:24:) e.which undefined (type *cMouseWheelEvent has no field or method which) 258. [sdl/events.go#L1226:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1226:23:) e.x undefined (type *cMouseWheelEvent has no field or method x) 259. [sdl/events.go#L1227:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1227:23:) e.y undefined (type *cMouseWheelEvent has no field or method y) 260. [sdl/events.go#L1228:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1228:24:) e.direction undefined (type *cMouseWheelEvent has no field or method direction) 261. [sdl/events.go#L1229:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1229:25:) e.preciseX undefined (type *cMouseWheelEvent has no field or method preciseX) 262. [sdl/events.go#L1230:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1230:25:) e.preciseY undefined (type *cMouseWheelEvent has no field or method preciseY) 263. [sdl/events.go#L1231:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1231:23:) e.mouseX undefined (type *cMouseWheelEvent has no field or method mouseX) 264. [sdl/events.go#L1232:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1232:23:) e.mouseY undefined (type *cMouseWheelEvent has no field or method mouseY) 265. [sdl/events.go#L1237:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1237:27:) e._type undefined (type *cJoyAxisEvent has no field or method _type) 266. [sdl/events.go#L1238:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1238:24:) e.timestamp undefined (type *cJoyAxisEvent has no field or method timestamp) 267. [sdl/events.go#L1239:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1239:28:) e.which undefined (type *cJoyAxisEvent has no field or method which) 268. [sdl/events.go#L1240:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1240:23:) e.axis undefined (type *cJoyAxisEvent has no field or method axis) 269. [sdl/events.go#L1241:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1241:23:) e.value undefined (type *cJoyAxisEvent has no field or method value) 270. [sdl/events.go#L1246:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1246:27:) e._type undefined (type *cJoyBallEvent has no field or method _type) 271. [sdl/events.go#L1247:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1247:24:) e.timestamp undefined (type *cJoyBallEvent has no field or method timestamp) 272. [sdl/events.go#L1248:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1248:28:) e.which undefined (type *cJoyBallEvent has no field or method which) 273. [sdl/events.go#L1249:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1249:23:) e.ball undefined (type *cJoyBallEvent has no field or method ball) 274. [sdl/events.go#L1250:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1250:23:) e.xrel undefined (type *cJoyBallEvent has no field or method xrel) 275. [sdl/events.go#L1251:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1251:23:) e.yrel undefined (type *cJoyBallEvent has no field or method yrel) 276. [sdl/events.go#L1256:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1256:27:) e._type undefined (type *cJoyHatEvent has no field or method _type) 277. [sdl/events.go#L1257:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1257:24:) e.timestamp undefined (type *cJoyHatEvent has no field or method timestamp) 278. [sdl/events.go#L1258:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1258:28:) e.which undefined (type *cJoyHatEvent has no field or method which) 279. [sdl/events.go#L1259:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1259:23:) e.hat undefined (type *cJoyHatEvent has no field or method hat) 280. [sdl/events.go#L1260:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1260:29:) e.value undefined (type *cJoyHatEvent has no field or method value) 281. [sdl/events.go#L1265:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1265:27:) e._type undefined (type *cJoyButtonEvent has no field or method _type) 282. [sdl/events.go#L1266:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1266:24:) e.timestamp undefined (type *cJoyButtonEvent has no field or method timestamp) 283. [sdl/events.go#L1267:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1267:28:) e.which undefined (type *cJoyButtonEvent has no field or method which) 284. [sdl/events.go#L1268:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1268:23:) e.button undefined (type *cJoyButtonEvent has no field or method button) 285. [sdl/events.go#L1269:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1269:29:) e.state undefined (type *cJoyButtonEvent has no field or method state) 286. [sdl/events.go#L1274:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1274:27:) e._type undefined (type *cJoyDeviceEvent has no field or method _type) 287. [sdl/events.go#L1275:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1275:24:) e.timestamp undefined (type *cJoyDeviceEvent has no field or method timestamp) 288. [sdl/events.go#L1276:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1276:28:) e.which undefined (type *cJoyDeviceEvent has no field or method which) 289. [sdl/events.go#L1281:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1281:27:) e._type undefined (type *cJoyDeviceEvent has no field or method _type) 290. [sdl/events.go#L1282:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1282:24:) e.timestamp undefined (type *cJoyDeviceEvent has no field or method timestamp) 291. [sdl/events.go#L1283:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1283:28:) e.which undefined (type *cJoyDeviceEvent has no field or method which) 292. [sdl/events.go#L1288:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1288:27:) e._type undefined (type *cJoyBatteryEvent has no field or method _type) 293. [sdl/events.go#L1289:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1289:24:) e.timestamp undefined (type *cJoyBatteryEvent has no field or method timestamp) 294. [sdl/events.go#L1290:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1290:28:) e.which undefined (type *cJoyBatteryEvent has no field or method which) 295. [sdl/events.go#L1291:36:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1291:36:) e.level undefined (type *cJoyBatteryEvent has no field or method level) 296. [sdl/events.go#L1296:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1296:27:) e._type undefined (type *cControllerAxisEvent has no field or method _type) 297. [sdl/events.go#L1297:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1297:24:) e.timestamp undefined (type *cControllerAxisEvent has no field or method timestamp) 298. [sdl/events.go#L1298:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1298:28:) e.which undefined (type *cControllerAxisEvent has no field or method which) 299. [sdl/events.go#L1299:36:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1299:36:) e.axis undefined (type *cControllerAxisEvent has no field or method axis) 300. [sdl/events.go#L1300:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1300:23:) e.value undefined (type *cControllerAxisEvent has no field or method value) 301. [sdl/events.go#L1305:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1305:27:) e._type undefined (type *cControllerButtonEvent has no field or method _type) 302. [sdl/events.go#L1306:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1306:24:) e.timestamp undefined (type *cControllerButtonEvent has no field or method timestamp) 303. [sdl/events.go#L1307:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1307:28:) e.which undefined (type *cControllerButtonEvent has no field or method which) 304. [sdl/events.go#L1308:38:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1308:38:) e.button undefined (type *cControllerButtonEvent has no field or method button) 305. [sdl/events.go#L1309:29:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1309:29:) e.state undefined (type *cControllerButtonEvent has no field or method state) 306. [sdl/events.go#L1314:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1314:27:) e._type undefined (type *cControllerDeviceEvent has no field or method _type) 307. [sdl/events.go#L1315:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1315:24:) e.timestamp undefined (type *cControllerDeviceEvent has no field or method timestamp) 308. [sdl/events.go#L1316:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1316:28:) e.which undefined (type *cControllerDeviceEvent has no field or method which) 309. [sdl/events.go#L1321:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1321:27:) e._type undefined (type *cControllerSensorEvent has no field or method _type) 310. [sdl/events.go#L1322:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1322:24:) e.timestamp undefined (type *cControllerSensorEvent has no field or method timestamp) 311. [sdl/events.go#L1323:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1323:28:) e.which undefined (type *cControllerSensorEvent has no field or method which) 312. [sdl/events.go#L1324:32:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1324:32:) e.sensor undefined (type *cControllerSensorEvent has no field or method sensor) 313. [sdl/events.go#L1326:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1326:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 314. [sdl/events.go#L1327:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1327:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 315. [sdl/events.go#L1328:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1328:15:) e.data undefined (type *cControllerSensorEvent has no field or method data) 316. [sdl/events.go#L1330:35:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1330:35:) e.timestamp_us undefined (type *cControllerSensorEvent has no field or method timestamp_us) 317. [sdl/events.go#L1335:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1335:27:) e._type undefined (type *cAudioDeviceEvent has no field or method _type) 318. [sdl/events.go#L1336:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1336:24:) e.timestamp undefined (type *cAudioDeviceEvent has no field or method timestamp) 319. [sdl/events.go#L1337:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1337:24:) e.which undefined (type *cAudioDeviceEvent has no field or method which) 320. [sdl/events.go#L1338:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1338:23:) e.iscapture undefined (type *cAudioDeviceEvent has no field or method iscapture) 321. [sdl/events.go#L1343:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1343:27:) e._type undefined (type *cTouchFingerEvent has no field or method _type) 322. [sdl/events.go#L1344:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1344:24:) e.timestamp undefined (type *cTouchFingerEvent has no field or method timestamp) 323. [sdl/events.go#L1345:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1345:25:) e.touchId undefined (type *cTouchFingerEvent has no field or method touchId) 324. [sdl/events.go#L1346:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1346:26:) e.fingerId undefined (type *cTouchFingerEvent has no field or method fingerId) 325. [sdl/events.go#L1347:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1347:25:) e.x undefined (type *cTouchFingerEvent has no field or method x) 326. [sdl/events.go#L1348:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1348:25:) e.y undefined (type *cTouchFingerEvent has no field or method y) 327. [sdl/events.go#L1349:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1349:25:) e.dx undefined (type *cTouchFingerEvent has no field or method dx) 328. [sdl/events.go#L1350:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1350:25:) e.dy undefined (type *cTouchFingerEvent has no field or method dy) 329. [sdl/events.go#L1351:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1351:25:) e.pressure undefined (type *cTouchFingerEvent has no field or method pressure) 330. [sdl/events.go#L1352:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1352:24:) e.windowID undefined (type *cTouchFingerEvent has no field or method windowID) 331. [sdl/events.go#L1357:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1357:28:) e._type undefined (type *cMultiGestureEvent has no field or method _type) 332. [sdl/events.go#L1358:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1358:25:) e.timestamp undefined (type *cMultiGestureEvent has no field or method timestamp) 333. [sdl/events.go#L1359:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1359:26:) e.touchId undefined (type *cMultiGestureEvent has no field or method touchId) 334. [sdl/events.go#L1360:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1360:26:) e.dTheta undefined (type *cMultiGestureEvent has no field or method dTheta) 335. [sdl/events.go#L1361:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1361:26:) e.dDist undefined (type *cMultiGestureEvent has no field or method dDist) 336. [sdl/events.go#L1362:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1362:26:) e.x undefined (type *cMultiGestureEvent has no field or method x) 337. [sdl/events.go#L1363:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1363:26:) e.y undefined (type *cMultiGestureEvent has no field or method y) 338. [sdl/events.go#L1364:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1364:25:) e.numFingers undefined (type *cMultiGestureEvent has no field or method numFingers) 339. [sdl/events.go#L1369:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1369:28:) e._type undefined (type *cDollarGestureEvent has no field or method _type) 340. [sdl/events.go#L1370:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1370:25:) e.timestamp undefined (type *cDollarGestureEvent has no field or method timestamp) 341. [sdl/events.go#L1371:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1371:26:) e.touchId undefined (type *cDollarGestureEvent has no field or method touchId) 342. [sdl/events.go#L1372:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1372:28:) e.gestureId undefined (type *cDollarGestureEvent has no field or method gestureId) 343. [sdl/events.go#L1373:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1373:25:) e.numFingers undefined (type *cDollarGestureEvent has no field or method numFingers) 344. [sdl/events.go#L1374:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1374:26:) e.error undefined (type *cDollarGestureEvent has no field or method error) 345. [sdl/events.go#L1375:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1375:26:) e.x undefined (type *cDollarGestureEvent has no field or method x) 346. [sdl/events.go#L1376:26:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1376:26:) e.y undefined (type *cDollarGestureEvent has no field or method y) 347. [sdl/events.go#L1382:9:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1382:9:) e.file undefined (type *cDropEvent has no field or method file) 348. [sdl/events.go#L1383:33:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1383:33:) e.file undefined (type *cDropEvent has no field or method file) 349. [sdl/events.go#L1387:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1387:27:) e._type undefined (type *cDropEvent has no field or method _type) 350. [sdl/events.go#L1388:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1388:24:) e.timestamp undefined (type *cDropEvent has no field or method timestamp) 351. [sdl/events.go#L1389:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1389:28:) e.file undefined (type *cDropEvent has no field or method file) 352. [sdl/events.go#L1390:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1390:24:) e.windowID undefined (type *cDropEvent has no field or method windowID) 353. [sdl/events.go#L1395:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1395:27:) e._type undefined (type *cSensorEvent has no field or method _type) 354. [sdl/events.go#L1396:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1396:24:) e.timestamp undefined (type *cSensorEvent has no field or method timestamp) 355. [sdl/events.go#L1397:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1397:23:) e.which undefined (type *cSensorEvent has no field or method which) 356. [sdl/events.go#L1399:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1399:15:) e.data undefined (type *cSensorEvent has no field or method data) 357. [sdl/events.go#L1400:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1400:15:) e.data undefined (type *cSensorEvent has no field or method data) 358. [sdl/events.go#L1401:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1401:15:) e.data undefined (type *cSensorEvent has no field or method data) 359. [sdl/events.go#L1402:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1402:15:) e.data undefined (type *cSensorEvent has no field or method data) 360. [sdl/events.go#L1403:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1403:15:) e.data undefined (type *cSensorEvent has no field or method data) 361. [sdl/events.go#L1404:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1404:15:) e.data undefined (type *cSensorEvent has no field or method data) 362. [sdl/events.go#L1406:35:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1406:35:) e.timestamp_us undefined (type *cSensorEvent has no field or method timestamp_us) 363. [sdl/events.go#L1412:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1412:27:) e._type undefined (type *cCommonEvent has no field or method _type) 364. [sdl/events.go#L1413:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1413:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 365. [sdl/events.go#L1419:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1419:27:) e._type undefined (type *cCommonEvent has no field or method _type) 366. [sdl/events.go#L1420:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1420:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 367. [sdl/events.go#L1426:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1426:27:) e._type undefined (type *cCommonEvent has no field or method _type) 368. [sdl/events.go#L1427:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1427:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 369. [sdl/events.go#L1434:28:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1434:28:) e._type undefined (type *cUserEvent has no field or method _type) 370. [sdl/events.go#L1435:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1435:25:) e.timestamp undefined (type *cUserEvent has no field or method timestamp) 371. [sdl/events.go#L1436:25:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1436:25:) e.windowID undefined (type *cUserEvent has no field or method windowID) 372. [sdl/events.go#L1437:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1437:24:) e.code undefined (type *cUserEvent has no field or method code) 373. [sdl/events.go#L1438:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1438:18:) e.data1 undefined (type *cUserEvent has no field or method data1) 374. [sdl/events.go#L1439:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1439:18:) e.data2 undefined (type *cUserEvent has no field or method data2) 375. [sdl/events.go#L1444:27:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1444:27:) e._type undefined (type *cCommonEvent has no field or method _type) 376. [sdl/events.go#L1445:24:](https://github.com/veandco/go-sdl2/blob/master/sdl/events.go#L1445:24:) e.timestamp undefined (type *cCommonEvent has no field or method timestamp) 377. [sdl/gamecontroller.go#L732:18:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L732:18:) bind.bindType undefined (type *GameControllerButtonBind has no field or method bindType) 378. [sdl/gamecontroller.go#L737:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L737:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 379. [sdl/gamecontroller.go#L743:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L743:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 380. [sdl/gamecontroller.go#L749:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L749:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 381. [sdl/gamecontroller.go#L755:31:](https://github.com/veandco/go-sdl2/blob/master/sdl/gamecontroller.go#L755:31:) bind.value undefined (type *GameControllerButtonBind has no field or method value) 382. [sdl/shape.go#L62:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L62:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 383. [sdl/shape.go#L77:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L77:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 384. [sdl/shape.go#L92:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L92:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 385. [sdl/shape.go#L107:15:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L107:15:) cannot use [4]uint8{…} (value of type [4]uint8) as cWindowShapeParams value in struct literal 386. [sdl/shape.go#L118:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L118:23:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 387. [sdl/shape.go#L123:23:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L123:23:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 388. [sdl/shape.go#L129:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L129:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 389. [sdl/shape.go#L130:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L130:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 390. [sdl/shape.go#L131:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L131:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 391. [sdl/shape.go#L132:19:](https://github.com/veandco/go-sdl2/blob/master/sdl/shape.go#L132:19:) cannot convert cwsm.parameters (variable of type cWindowShapeParams) to type [4]uint8 392. [sdl/video.go#L1168:10:](https://github.com/veandco/go-sdl2/blob/master/sdl/video.go#L1168:10:) cannot use nil as GLContext value in return statement 393. [ttf/sdl_ttf.go#L23:8:](https://github.com/veandco/go-sdl2/blob/master/ttf/sdl_ttf.go#L23:8:) could not import C (no metadata for C)

Report issue: https://github.com/veandco/go-sdl2/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/viant/afs

Got total 88 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688776

Expand 1. copy.go#L5:2: missing go.sum entry for module providing package github.com/pkg/errors (imported by github.com/viant/afs); to add: 2. go get github.com/viant/afs 3. [file/list.go#L5:2:](https://github.com/viant/afs/blob/master/file/list.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 4. base/storager.go#L5:2: missing go.sum entry for module providing package github.com/go-errors/errors (imported by github.com/viant/afs/base); to add: 5. go get github.com/viant/afs/base 6. [base/reader.go#L4:2:](https://github.com/viant/afs/blob/master/base/reader.go#L4:2:) could not import github.com/pkg/errors (invalid package name: "") 7. [base/storager.go#L5:2:](https://github.com/viant/afs/blob/master/base/storager.go#L5:2:) could not import github.com/go-errors/errors (invalid package name: "") 8. [mem/upload.go#L6:2:](https://github.com/viant/afs/blob/master/mem/upload.go#L6:2:) could not import github.com/pkg/errors (invalid package name: "") 9. scp/auth.go#L8:2: missing go.sum entry for module providing package golang.org/x/crypto/ssh (imported by github.com/viant/afs/scp); to add: 10. go get github.com/viant/afs/scp 11. [scp/auth.go#L8:2:](https://github.com/viant/afs/blob/master/scp/auth.go#L8:2:) could not import golang.org/x/crypto/ssh (invalid package name: "") 12. [scp/info.go#L5:2:](https://github.com/viant/afs/blob/master/scp/info.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 13. [scp/manager.go#L27:17:](https://github.com/viant/afs/blob/master/scp/manager.go#L27:17:) impossible type assertion: srv.(*storager) 14. [scp/manager.go#L41:17:](https://github.com/viant/afs/blob/master/scp/manager.go#L41:17:) impossible type assertion: srv.(*storager) 15. [scp/session.go#L82:23:](https://github.com/viant/afs/blob/master/scp/session.go#L82:23:) s.StdinPipe undefined (type *session has no field or method StdinPipe) 16. [scp/session.go#L85:19:](https://github.com/viant/afs/blob/master/scp/session.go#L85:19:) s.StdoutPipe undefined (type *session has no field or method StdoutPipe) 17. [scp/session.go#L91:13:](https://github.com/viant/afs/blob/master/scp/session.go#L91:13:) s.Start undefined (type *session has no field or method Start) 18. [scp/storager.go#L38:20:](https://github.com/viant/afs/blob/master/scp/storager.go#L38:20:) s.NewSession undefined (type *storager has no field or method NewSession) 19. [scp/storager.go#L123:24:](https://github.com/viant/afs/blob/master/scp/storager.go#L123:24:) s.NewSession undefined (type *storager has no field or method NewSession) 20. [scp/storager.go#L199:9:](https://github.com/viant/afs/blob/master/scp/storager.go#L199:9:) cannot use result (variable of type *storager) as storage.Storager value in return statement: *storager does not implement storage.Storager (missing method Close) 21. [walker/walker.go#L5:2:](https://github.com/viant/afs/blob/master/walker/walker.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 22. [tar/storager.go#L8:2:](https://github.com/viant/afs/blob/master/tar/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 23. [zip/storager.go#L8:2:](https://github.com/viant/afs/blob/master/zip/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 24. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 25. embed/holder.go#L6:2: missing go.sum entry for module providing package github.com/viant/xunsafe (imported by github.com/viant/afs/embed); to add: 26. go get github.com/viant/afs/embed 27. [embed/holder.go#L6:2:](https://github.com/viant/afs/blob/master/embed/holder.go#L6:2:) could not import github.com/viant/xunsafe (invalid package name: "") 28. [embed/holder.go#L64:4:](https://github.com/viant/afs/blob/master/embed/holder.go#L64:4:) r.Append undefined (type *Holder has no field or method Append) 29. [embed/holder.go#L113:4:](https://github.com/viant/afs/blob/master/embed/holder.go#L113:4:) r.Append undefined (type *Holder has no field or method Append) 30. copy_test.go#L6:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/viant/afs); to add: 31. go get -t github.com/viant/afs 32. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 33. [copy_test.go#L6:2:](https://github.com/viant/afs/blob/master/copy_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 34. [archive/rewrite_test.go#L5:2:](https://github.com/viant/afs/blob/master/archive/rewrite_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 35. [asset/resource_test.go#L4:2:](https://github.com/viant/afs/blob/master/asset/resource_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 36. [base/reader.go#L4:2:](https://github.com/viant/afs/blob/master/base/reader.go#L4:2:) could not import github.com/pkg/errors (invalid package name: "") 37. [base/storager.go#L5:2:](https://github.com/viant/afs/blob/master/base/storager.go#L5:2:) could not import github.com/go-errors/errors (invalid package name: "") 38. [base/reader_test.go#L5:2:](https://github.com/viant/afs/blob/master/base/reader_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 39. [mem/upload.go#L6:2:](https://github.com/viant/afs/blob/master/mem/upload.go#L6:2:) could not import github.com/pkg/errors (invalid package name: "") 40. [scp/auth.go#L8:2:](https://github.com/viant/afs/blob/master/scp/auth.go#L8:2:) could not import golang.org/x/crypto/ssh (invalid package name: "") 41. [scp/info.go#L5:2:](https://github.com/viant/afs/blob/master/scp/info.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 42. [tar/storager.go#L8:2:](https://github.com/viant/afs/blob/master/tar/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 43. [zip/storager.go#L8:2:](https://github.com/viant/afs/blob/master/zip/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 44. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 45. [base/manager_test.go#L6:2:](https://github.com/viant/afs/blob/master/base/manager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 46. [cache/service_test.go#L5:2:](https://github.com/viant/afs/blob/master/cache/service_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 47. [embed/holder.go#L6:2:](https://github.com/viant/afs/blob/master/embed/holder.go#L6:2:) could not import github.com/viant/xunsafe (invalid package name: "") 48. [embed/holder_test.go#L4:2:](https://github.com/viant/afs/blob/master/embed/holder_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 49. [embed/holder.go#L64:4:](https://github.com/viant/afs/blob/master/embed/holder.go#L64:4:) r.Append undefined (type *Holder has no field or method Append) 50. [embed/holder.go#L113:4:](https://github.com/viant/afs/blob/master/embed/holder.go#L113:4:) r.Append undefined (type *Holder has no field or method Append) 51. [embed/manager_test.go#L6:2:](https://github.com/viant/afs/blob/master/embed/manager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 52. [file/list.go#L5:2:](https://github.com/viant/afs/blob/master/file/list.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 53. [file/create_test.go#L5:2:](https://github.com/viant/afs/blob/master/file/create_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 54. [http/client_test.go#L5:2:](https://github.com/viant/afs/blob/master/http/client_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 55. [matcher/basic_test.go#L4:2:](https://github.com/viant/afs/blob/master/matcher/basic_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 56. [mem/upload.go#L6:2:](https://github.com/viant/afs/blob/master/mem/upload.go#L6:2:) could not import github.com/pkg/errors (invalid package name: "") 57. [mem/delete_test.go#L5:2:](https://github.com/viant/afs/blob/master/mem/delete_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 58. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 59. [mem/upload_test.go#L6:2:](https://github.com/viant/afs/blob/master/mem/upload_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 60. [modifier/replacer_test.go#L4:2:](https://github.com/viant/afs/blob/master/modifier/replacer_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 61. [option/append_test.go#L4:2:](https://github.com/viant/afs/blob/master/option/append_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 62. [option/list_test.go#L5:2:](https://github.com/viant/afs/blob/master/option/list_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 63. parrot/mem_test.go#L8:2: missing go.sum entry for module providing package github.com/viant/toolbox (imported by github.com/viant/afs/parrot); to add: 64. go get -t github.com/viant/afs/parrot 65. [parrot/data_test.go#L4:2:](https://github.com/viant/afs/blob/master/parrot/data_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 66. [parrot/mem_test.go#L8:2:](https://github.com/viant/afs/blob/master/parrot/mem_test.go#L8:2:) could not import github.com/viant/toolbox (invalid package name: "") 67. [scp/auth.go#L8:2:](https://github.com/viant/afs/blob/master/scp/auth.go#L8:2:) could not import golang.org/x/crypto/ssh (invalid package name: "") 68. [scp/info.go#L5:2:](https://github.com/viant/afs/blob/master/scp/info.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 69. [scp/info_test.go#L4:2:](https://github.com/viant/afs/blob/master/scp/info_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 70. [scp/manager.go#L27:17:](https://github.com/viant/afs/blob/master/scp/manager.go#L27:17:) impossible type assertion: srv.(*storager) 71. [scp/manager.go#L41:17:](https://github.com/viant/afs/blob/master/scp/manager.go#L41:17:) impossible type assertion: srv.(*storager) 72. [scp/session.go#L82:23:](https://github.com/viant/afs/blob/master/scp/session.go#L82:23:) s.StdinPipe undefined (type *session has no field or method StdinPipe) 73. [scp/session.go#L85:19:](https://github.com/viant/afs/blob/master/scp/session.go#L85:19:) s.StdoutPipe undefined (type *session has no field or method StdoutPipe) 74. [scp/session.go#L91:13:](https://github.com/viant/afs/blob/master/scp/session.go#L91:13:) s.Start undefined (type *session has no field or method Start) 75. [scp/storager.go#L38:20:](https://github.com/viant/afs/blob/master/scp/storager.go#L38:20:) s.NewSession undefined (type *storager has no field or method NewSession) 76. [scp/storager.go#L123:24:](https://github.com/viant/afs/blob/master/scp/storager.go#L123:24:) s.NewSession undefined (type *storager has no field or method NewSession) 77. [scp/storager.go#L199:9:](https://github.com/viant/afs/blob/master/scp/storager.go#L199:9:) cannot use result (variable of type *storager) as storage.Storager value in return statement: *storager does not implement storage.Storager (missing method Close) 78. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 79. [sync/counter_test.go#L5:2:](https://github.com/viant/afs/blob/master/sync/counter_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 80. [tar/storager.go#L8:2:](https://github.com/viant/afs/blob/master/tar/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 81. [tar/storager_test.go#L6:2:](https://github.com/viant/afs/blob/master/tar/storager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 82. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 83. [tar/manager_test.go#L6:2:](https://github.com/viant/afs/blob/master/tar/manager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 84. [url/base_test.go#L4:2:](https://github.com/viant/afs/blob/master/url/base_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 85. [zip/storager.go#L8:2:](https://github.com/viant/afs/blob/master/zip/storager.go#L8:2:) could not import github.com/pkg/errors (invalid package name: "") 86. [zip/storager_test.go#L6:2:](https://github.com/viant/afs/blob/master/zip/storager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 87. [copy.go#L5:2:](https://github.com/viant/afs/blob/master/copy.go#L5:2:) could not import github.com/pkg/errors (invalid package name: "") 88. [zip/manager_test.go#L6:2:](https://github.com/viant/afs/blob/master/zip/manager_test.go#L6:2:) could not import github.com/stretchr/testify/assert (invalid package name: "")

Report issue: https://github.com/viant/afs/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/viant/bgc

Got total 104 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688811

Expand 1. connection.go#L10:2: missing go.sum entry for module providing package github.com/viant/dsc (imported by github.com/viant/bgc); to add: 2. go get github.com/viant/bgc 3. connection.go#L5:2: missing go.sum entry for module providing package github.com/viant/scy/auth/gcp (imported by github.com/viant/bgc); to add: 4. go get github.com/viant/bgc 5. connection.go#L6:2: missing go.sum entry for module providing package github.com/viant/scy/auth/gcp/client (imported by github.com/viant/bgc); to add: 6. go get github.com/viant/bgc 7. connection.go#L7:2: missing go.sum entry for module providing package github.com/viant/scy/cred/secret (imported by github.com/viant/bgc); to add: 8. go get github.com/viant/bgc 9. compressed.go#L6:2: missing go.sum entry for module providing package github.com/viant/toolbox (imported by github.com/viant/bgc); to add: 10. go get github.com/viant/bgc 11. dialect.go#L7:2: missing go.sum entry for module providing package github.com/viant/toolbox/url (imported by github.com/viant/bgc); to add: 12. go get github.com/viant/bgc 13. connection.go#L12:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/viant/bgc); to add: 14. go get github.com/viant/bgc 15. connection.go#L13:2: missing go.sum entry for module providing package google.golang.org/api/bigquery/v2 (imported by github.com/viant/bgc); to add: 16. go get github.com/viant/bgc 17. insert.go#L9:2: missing go.sum entry for module providing package google.golang.org/api/googleapi (imported by github.com/viant/bgc); to add: 18. go get github.com/viant/bgc 19. connection.go#L14:2: missing go.sum entry for module providing package google.golang.org/api/option (imported by github.com/viant/bgc); to add: 20. go get github.com/viant/bgc 21. connection.go#L15:2: missing go.sum entry for module providing package google.golang.org/api/transport/http (imported by github.com/viant/bgc); to add: 22. go get github.com/viant/bgc 23. [compressed.go#L6:2:](https://github.com/viant/bgc/blob/master/compressed.go#L6:2:) could not import github.com/viant/toolbox (invalid package name: "") 24. [connection.go#L5:2:](https://github.com/viant/bgc/blob/master/connection.go#L5:2:) could not import github.com/viant/scy/auth/gcp (invalid package name: "") 25. [connection.go#L6:2:](https://github.com/viant/bgc/blob/master/connection.go#L6:2:) could not import github.com/viant/scy/auth/gcp/client (invalid package name: "") 26. [connection.go#L7:2:](https://github.com/viant/bgc/blob/master/connection.go#L7:2:) could not import github.com/viant/scy/cred/secret (invalid package name: "") 27. [connection.go#L10:2:](https://github.com/viant/bgc/blob/master/connection.go#L10:2:) could not import github.com/viant/dsc (invalid package name: "") 28. [connection.go#L12:2:](https://github.com/viant/bgc/blob/master/connection.go#L12:2:) could not import golang.org/x/net/context (invalid package name: "") 29. [connection.go#L13:2:](https://github.com/viant/bgc/blob/master/connection.go#L13:2:) could not import google.golang.org/api/bigquery/v2 (invalid package name: "") 30. [connection.go#L14:2:](https://github.com/viant/bgc/blob/master/connection.go#L14:2:) could not import google.golang.org/api/option (invalid package name: "") 31. [connection.go#L15:13:](https://github.com/viant/bgc/blob/master/connection.go#L15:13:) could not import google.golang.org/api/transport/http (invalid package name: "") 32. [dialect.go#L7:2:](https://github.com/viant/bgc/blob/master/dialect.go#L7:2:) could not import github.com/viant/toolbox/url (invalid package name: "") 33. [insert.go#L9:2:](https://github.com/viant/bgc/blob/master/insert.go#L9:2:) could not import google.golang.org/api/googleapi (invalid package name: "") 34. [connection.go#L57:13:](https://github.com/viant/bgc/blob/master/connection.go#L57:13:) undefined: bigquery 35. [insert.go#L34:21:](https://github.com/viant/bgc/blob/master/insert.go#L34:21:) undefined: bigquery 36. [insert.go#L44:21:](https://github.com/viant/bgc/blob/master/insert.go#L44:21:) undefined: bigquery 37. [task.go#L16:13:](https://github.com/viant/bgc/blob/master/task.go#L16:13:) undefined: bigquery 38. [query_iterator.go#L22:18:](https://github.com/viant/bgc/blob/master/query_iterator.go#L22:18:) undefined: bigquery 39. [query_iterator.go#L25:20:](https://github.com/viant/bgc/blob/master/query_iterator.go#L25:20:) undefined: bigquery 40. [connection.go#L36:24:](https://github.com/viant/bgc/blob/master/connection.go#L36:24:) undefined: bigquery 41. [connection.go#L39:39:](https://github.com/viant/bgc/blob/master/connection.go#L39:39:) undefined: bigquery 42. [dialect.go#L145:61:](https://github.com/viant/bgc/blob/master/dialect.go#L145:61:) undefined: bigquery 43. [dialect.go#L183:53:](https://github.com/viant/bgc/blob/master/dialect.go#L183:53:) undefined: bigquery 44. [insert.go#L109:64:](https://github.com/viant/bgc/blob/master/insert.go#L109:64:) undefined: bigquery 45. [insert.go#L286:42:](https://github.com/viant/bgc/blob/master/insert.go#L286:42:) undefined: bigquery 46. [insert.go#L286:84:](https://github.com/viant/bgc/blob/master/insert.go#L286:84:) undefined: bigquery 47. [insert.go#L309:36:](https://github.com/viant/bgc/blob/master/insert.go#L309:36:) undefined: bigquery 48. [query_iterator.go#L38:50:](https://github.com/viant/bgc/blob/master/query_iterator.go#L38:50:) undefined: bigquery 49. [query_iterator.go#L55:57:](https://github.com/viant/bgc/blob/master/query_iterator.go#L55:57:) undefined: bigquery 50. [query_iterator.go#L84:45:](https://github.com/viant/bgc/blob/master/query_iterator.go#L84:45:) undefined: bigquery 51. [task.go#L20:41:](https://github.com/viant/bgc/blob/master/task.go#L20:41:) undefined: bigquery 52. [util.go#L16:36:](https://github.com/viant/bgc/blob/master/util.go#L16:36:) undefined: bigquery 53. [util.go#L16:137:](https://github.com/viant/bgc/blob/master/util.go#L16:137:) undefined: bigquery 54. [util.go#L58:56:](https://github.com/viant/bgc/blob/master/util.go#L58:56:) undefined: bigquery 55. [util.go#L71:60:](https://github.com/viant/bgc/blob/master/util.go#L71:60:) undefined: bigquery 56. [connection.go#L40:29:](https://github.com/viant/bgc/blob/master/connection.go#L40:29:) undefined: bigquery 57. [connection.go#L99:15:](https://github.com/viant/bgc/blob/master/connection.go#L99:15:) cp.ConnectionProvider undefined (type *connectionProvider has no field or method ConnectionProvider) 58. [connection.go#L130:18:](https://github.com/viant/bgc/blob/master/connection.go#L130:18:) undefined: bigquery 59. [connection.go#L136:51:](https://github.com/viant/bgc/blob/master/connection.go#L136:51:) cp.ConnectionProvider undefined (type *connectionProvider has no field or method ConnectionProvider) 60. [dialect.go#L51:70:](https://github.com/viant/bgc/blob/master/dialect.go#L51:70:) undefined: bigquery 61. [dialect.go#L54:22:](https://github.com/viant/bgc/blob/master/dialect.go#L54:22:) undefined: bigquery 62. [dialect.go#L146:23:](https://github.com/viant/bgc/blob/master/dialect.go#L146:23:) undefined: bigquery 63. [dialect.go#L149:19:](https://github.com/viant/bgc/blob/master/dialect.go#L149:19:) undefined: bigquery 64. [dialect.go#L184:12:](https://github.com/viant/bgc/blob/master/dialect.go#L184:12:) undefined: bigquery 65. [dialect.go#L215:21:](https://github.com/viant/bgc/blob/master/dialect.go#L215:21:) undefined: bigquery 66. [dialect.go#L225:12:](https://github.com/viant/bgc/blob/master/dialect.go#L225:12:) undefined: bigquery 67. [insert.go#L110:35:](https://github.com/viant/bgc/blob/master/insert.go#L110:35:) undefined: bigquery 68. [insert.go#L236:10:](https://github.com/viant/bgc/blob/master/insert.go#L236:10:) undefined: bigquery 69. [insert.go#L238:19:](https://github.com/viant/bgc/blob/master/insert.go#L238:19:) undefined: bigquery 70. [insert.go#L239:11:](https://github.com/viant/bgc/blob/master/insert.go#L239:11:) undefined: bigquery 71. [insert.go#L242:24:](https://github.com/viant/bgc/blob/master/insert.go#L242:24:) undefined: bigquery 72. [insert.go#L287:16:](https://github.com/viant/bgc/blob/master/insert.go#L287:16:) undefined: bigquery 73. [insert.go#L290:21:](https://github.com/viant/bgc/blob/master/insert.go#L290:21:) undefined: bigquery 74. [insert.go#L344:22:](https://github.com/viant/bgc/blob/master/insert.go#L344:22:) undefined: bigquery 75. [insert.go#L347:25:](https://github.com/viant/bgc/blob/master/insert.go#L347:25:) undefined: bigquery 76. [insert.go#L357:35:](https://github.com/viant/bgc/blob/master/insert.go#L357:35:) undefined: bigquery 77. [manager.go#L26:4:](https://github.com/viant/bgc/blob/master/manager.go#L26:4:) m.Acquire undefined (type *manager has no field or method Acquire) 78. [manager.go#L27:23:](https://github.com/viant/bgc/blob/master/manager.go#L27:23:) m.TableDescriptorRegistry undefined (type *manager has no field or method TableDescriptorRegistry) 79. [manager.go#L28:31:](https://github.com/viant/bgc/blob/master/manager.go#L28:31:) m.Manager undefined (type *manager has no field or method Manager) 80. [manager.go#L45:36:](https://github.com/viant/bgc/blob/master/manager.go#L45:36:) m.ClassifyDataAsInsertableOrUpdatable undefined (type *manager has no field or method ClassifyDataAsInsertableOrUpdatable) 81. [manager.go#L82:4:](https://github.com/viant/bgc/blob/master/manager.go#L82:4:) m.Acquire undefined (type *manager has no field or method Acquire) 82. [manager.go#L96:14:](https://github.com/viant/bgc/blob/master/manager.go#L96:14:) m.Config undefined (type *manager has no field or method Config) 83. [manager.go#L151:4:](https://github.com/viant/bgc/blob/master/manager.go#L151:4:) m.Acquire undefined (type *manager has no field or method Acquire) 84. [manager.go#L154:10:](https://github.com/viant/bgc/blob/master/manager.go#L154:10:) m.ExpandSQL undefined (type *manager has no field or method ExpandSQL) 85. [manager.go#L155:38:](https://github.com/viant/bgc/blob/master/manager.go#L155:38:) m.Manager undefined (type *manager has no field or method Manager) 86. [manager.go#L163:35:](https://github.com/viant/bgc/blob/master/manager.go#L163:35:) m.Config undefined (type *manager has no field or method Config) 87. [manager.go#L200:23:](https://github.com/viant/bgc/blob/master/manager.go#L200:23:) m.Execute undefined (type *manager has no field or method Execute) 88. [manager.go#L230:4:](https://github.com/viant/bgc/blob/master/manager.go#L230:4:) m.Acquire undefined (type *manager has no field or method Acquire) 89. [manager.go#L231:23:](https://github.com/viant/bgc/blob/master/manager.go#L231:23:) m.TableDescriptorRegistry undefined (type *manager has no field or method TableDescriptorRegistry) 90. [manager.go#L232:31:](https://github.com/viant/bgc/blob/master/manager.go#L232:31:) m.Manager undefined (type *manager has no field or method Manager) 91. [query_iterator.go#L205:17:](https://github.com/viant/bgc/blob/master/query_iterator.go#L205:17:) undefined: bigquery 92. [task.go#L21:28:](https://github.com/viant/bgc/blob/master/task.go#L21:28:) undefined: bigquery 93. [task.go#L23:20:](https://github.com/viant/bgc/blob/master/task.go#L23:20:) undefined: bigquery 94. [task.go#L33:23:](https://github.com/viant/bgc/blob/master/task.go#L33:23:) undefined: bigquery 95. [task.go#L34:14:](https://github.com/viant/bgc/blob/master/task.go#L34:14:) undefined: bigquery 96. [util.go#L18:11:](https://github.com/viant/bgc/blob/master/util.go#L18:11:) undefined: bigquery 97. manager_test.go#L4:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/viant/bgc); to add: 98. go get -t github.com/viant/bgc 99. manager_test.go#L7:2: missing go.sum entry for module providing package github.com/viant/dsunit (imported by github.com/viant/bgc); to add: 100. go get -t github.com/viant/bgc 101. [manager_test.go#L4:2:](https://github.com/viant/bgc/blob/master/manager_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 102. [manager_test.go#L6:2:](https://github.com/viant/bgc/blob/master/manager_test.go#L6:2:) could not import github.com/viant/dsc (invalid package name: "") 103. [manager_test.go#L7:2:](https://github.com/viant/bgc/blob/master/manager_test.go#L7:2:) could not import github.com/viant/dsunit (invalid package name: "") 104. [manager_test.go#L8:2:](https://github.com/viant/bgc/blob/master/manager_test.go#L8:2:) could not import github.com/viant/toolbox (invalid package name: "")

Report issue: https://github.com/viant/bgc/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/viant/ptrie

Got total 12 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688921

Expand 1. bytes_test.go#L4:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/viant/ptrie); to add: 2. go get -t github.com/viant/ptrie 3. node_test.go#L7:2: missing go.sum entry for module providing package github.com/viant/assertly (imported by github.com/viant/ptrie); to add: 4. go get -t github.com/viant/ptrie 5. node_test.go#L8:2: missing go.sum entry for module providing package github.com/viant/toolbox (imported by github.com/viant/ptrie); to add: 6. go get -t github.com/viant/ptrie 7. nodes_test.go#L7:2: missing go.sum entry for module providing package github.com/viant/toolbox/url (imported by github.com/viant/ptrie); to add: 8. go get -t github.com/viant/ptrie 9. [bytes_test.go#L4:2:](https://github.com/viant/ptrie/blob/master/bytes_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 10. [node_test.go#L7:2:](https://github.com/viant/ptrie/blob/master/node_test.go#L7:2:) could not import github.com/viant/assertly (invalid package name: "") 11. [node_test.go#L8:2:](https://github.com/viant/ptrie/blob/master/node_test.go#L8:2:) could not import github.com/viant/toolbox (invalid package name: "") 12. [nodes_test.go#L7:2:](https://github.com/viant/ptrie/blob/master/nodes_test.go#L7:2:) could not import github.com/viant/toolbox/url (invalid package name: "")

Report issue: https://github.com/viant/ptrie/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/viant/dsc

Got total 50 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688823

Expand 1. sql_manager.go#L6:2: missing go.sum entry for module providing package github.com/pkg/errors (imported by github.com/viant/dsc); to add: 2. go get github.com/viant/dsc 3. config.go#L5:2: no required module provides package github.com/viant/scy/cred; to add it: 4. go get github.com/viant/scy/cred 5. config.go#L6:2: no required module provides package github.com/viant/scy/cred/secret; to add it: 6. go get github.com/viant/scy/cred/secret 7. column.go#L4:2: missing go.sum entry for module providing package github.com/viant/toolbox (imported by github.com/viant/dsc); to add: 8. go get github.com/viant/dsc 9. file_manager.go#L10:2: missing go.sum entry for module providing package github.com/viant/toolbox/data (imported by github.com/viant/dsc); to add: 10. go get github.com/viant/dsc 11. file_manager.go#L11:2: missing go.sum entry for module providing package github.com/viant/toolbox/storage (imported by github.com/viant/dsc); to add: 12. go get github.com/viant/dsc 13. config.go#L8:2: missing go.sum entry for module providing package github.com/viant/toolbox/url (imported by github.com/viant/dsc); to add: 14. go get github.com/viant/dsc 15. [column.go#L4:2:](https://github.com/viant/dsc/blob/master/column.go#L4:2:) could not import github.com/viant/toolbox (invalid package name: "") 16. [config.go#L5:2:](https://github.com/viant/dsc/blob/master/config.go#L5:2:) could not import github.com/viant/scy/cred (invalid package name: "") 17. [config.go#L6:2:](https://github.com/viant/dsc/blob/master/config.go#L6:2:) could not import github.com/viant/scy/cred/secret (invalid package name: "") 18. [config.go#L8:2:](https://github.com/viant/dsc/blob/master/config.go#L8:2:) could not import github.com/viant/toolbox/url (invalid package name: "") 19. [file_manager.go#L10:2:](https://github.com/viant/dsc/blob/master/file_manager.go#L10:2:) could not import github.com/viant/toolbox/data (invalid package name: "") 20. [file_manager.go#L11:2:](https://github.com/viant/dsc/blob/master/file_manager.go#L11:2:) could not import github.com/viant/toolbox/storage (invalid package name: "") 21. [sql_manager.go#L6:2:](https://github.com/viant/dsc/blob/master/sql_manager.go#L6:2:) could not import github.com/pkg/errors (invalid package name: "") 22. [examples/server.go#L5:2:](https://github.com/viant/dsc/blob/master/examples/server.go#L5:2:) could not import github.com/viant/toolbox (invalid package name: "") 23. limiter_test.go#L4:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/viant/dsc); to add: 24. go get -t github.com/viant/dsc 25. [column.go#L4:2:](https://github.com/viant/dsc/blob/master/column.go#L4:2:) could not import github.com/viant/toolbox (invalid package name: "") 26. [config.go#L5:2:](https://github.com/viant/dsc/blob/master/config.go#L5:2:) could not import github.com/viant/scy/cred (invalid package name: "") 27. [config.go#L6:2:](https://github.com/viant/dsc/blob/master/config.go#L6:2:) could not import github.com/viant/scy/cred/secret (invalid package name: "") 28. [config.go#L8:2:](https://github.com/viant/dsc/blob/master/config.go#L8:2:) could not import github.com/viant/toolbox/url (invalid package name: "") 29. [file_manager.go#L10:2:](https://github.com/viant/dsc/blob/master/file_manager.go#L10:2:) could not import github.com/viant/toolbox/data (invalid package name: "") 30. [file_manager.go#L11:2:](https://github.com/viant/dsc/blob/master/file_manager.go#L11:2:) could not import github.com/viant/toolbox/storage (invalid package name: "") 31. [sql_manager.go#L6:2:](https://github.com/viant/dsc/blob/master/sql_manager.go#L6:2:) could not import github.com/pkg/errors (invalid package name: "") 32. [limiter_test.go#L4:2:](https://github.com/viant/dsc/blob/master/limiter_test.go#L4:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 33. sql_dialect_test.go#L4:2: missing go.sum entry for module providing package github.com/denisenkom/go-mssqldb (imported by github.com/viant/dsc); to add: 34. go get -t github.com/viant/dsc 35. sql_manager_test.go#L5:2: missing go.sum entry for module providing package github.com/go-sql-driver/mysql (imported by github.com/viant/dsc); to add: 36. go get -t github.com/viant/dsc 37. sql_dialect_test.go#L5:2: missing go.sum entry for module providing package github.com/mattn/go-sqlite3 (imported by github.com/viant/dsc); to add: 38. go get -t github.com/viant/dsc 39. [config_test.go#L5:2:](https://github.com/viant/dsc/blob/master/config_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 40. [file_manager_test.go#L6:2:](https://github.com/viant/dsc/blob/master/file_manager_test.go#L6:2:) could not import github.com/viant/toolbox/url (invalid package name: "") 41. [sql_dialect_test.go#L4:4:](https://github.com/viant/dsc/blob/master/sql_dialect_test.go#L4:4:) could not import github.com/denisenkom/go-mssqldb (invalid package name: "") 42. [sql_dialect_test.go#L5:4:](https://github.com/viant/dsc/blob/master/sql_dialect_test.go#L5:4:) could not import github.com/mattn/go-sqlite3 (invalid package name: "") 43. [sql_manager_test.go#L5:4:](https://github.com/viant/dsc/blob/master/sql_manager_test.go#L5:4:) could not import github.com/go-sql-driver/mysql (invalid package name: "") 44. [sql_parser_test.go#L8:2:](https://github.com/viant/dsc/blob/master/sql_parser_test.go#L8:2:) could not import github.com/viant/toolbox (invalid package name: "") 45. examples/service_test.go#L12:2: missing go.sum entry for module providing package github.com/viant/dsunit (imported by github.com/viant/dsc/examples); to add: 46. go get -t github.com/viant/dsc/examples 47. [examples/service_test.go#L4:4:](https://github.com/viant/dsc/blob/master/examples/service_test.go#L4:4:) could not import github.com/go-sql-driver/mysql (invalid package name: "") 48. [examples/service_test.go#L10:2:](https://github.com/viant/dsc/blob/master/examples/service_test.go#L10:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 49. [examples/service_test.go#L12:2:](https://github.com/viant/dsc/blob/master/examples/service_test.go#L12:2:) could not import github.com/viant/dsunit (invalid package name: "") 50. [examples/service_test.go#L13:2:](https://github.com/viant/dsc/blob/master/examples/service_test.go#L13:2:) could not import github.com/viant/toolbox/url (invalid package name: "")

Report issue: https://github.com/viant/dsc/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/therecipe/qt

Got total 106 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733681907

Expand 1. cmd/env/linux_amd64.go#L5:8: no required module provides package github.com/therecipe/env_linux_amd64_513; to add it: 2. go get github.com/therecipe/env_linux_amd64_513 3. [cmd/env/linux_amd64.go#L5:10:](https://github.com/therecipe/qt/blob/master/cmd/env/linux_amd64.go#L5:10:) could not import github.com/therecipe/env_linux_amd64_513 (invalid package name: "") 4. internal/binding/files/docs/mod.go#L4:2: no required module provides package github.com/therecipe/qt/internal/binding/files/docs/5.12.0; to add it: 5. go get github.com/therecipe/qt/internal/binding/files/docs/5.12.0 6. internal/binding/files/docs/mod.go#L5:2: no required module provides package github.com/therecipe/qt/internal/binding/files/docs/5.13.0; to add it: 7. go get github.com/therecipe/qt/internal/binding/files/docs/5.13.0 8. [internal/binding/files/docs/mod.go#L4:4:](https://github.com/therecipe/qt/blob/master/internal/binding/files/docs/mod.go#L4:4:) could not import github.com/therecipe/qt/internal/binding/files/docs/5.12.0 (invalid package name: "") 9. [internal/binding/files/docs/mod.go#L5:4:](https://github.com/therecipe/qt/blob/master/internal/binding/files/docs/mod.go#L5:4:) could not import github.com/therecipe/qt/internal/binding/files/docs/5.13.0 (invalid package name: "") 10. internal/cmd/moc/moc.go#L19:2: missing go.sum entry for module providing package golang.org/x/tools/imports (imported by github.com/therecipe/qt/internal/cmd/moc); to add: 11. go get github.com/therecipe/qt/internal/cmd/moc 12. [internal/cmd/moc/moc.go#L19:2:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/moc.go#L19:2:) could not import golang.org/x/tools/imports (invalid package name: "") 13. -: # github.com/therecipe/qt/felgo 14. felgo.cpp:9:10: fatal error: FelgoApplication: No such file or directory 15. 9 | #include 16. [felgo/felgo.go#L9:8:](https://github.com/therecipe/qt/blob/master/felgo/felgo.go#L9:8:) could not import C (no metadata for C) 17. -: # github.com/therecipe/qt/interop 18. interop/interop_api.go#L29:24: undefined: NewMainThreadHelper 19. [interop/interop_api.go#L29:24:](https://github.com/therecipe/qt/blob/master/interop/interop_api.go#L29:24:) undefined: NewMainThreadHelper 20. [interop/dart/dart.go#L16:8:](https://github.com/therecipe/qt/blob/master/interop/dart/dart.go#L16:8:) could not import C (no metadata for C) 21. [flutter/embedder.go#L42:8:](https://github.com/therecipe/qt/blob/master/flutter/embedder.go#L42:8:) could not import C (no metadata for C) 22. [internal/binding/files](https://github.com/therecipe/qt/blob/master/internal/binding/files) -: found packages qml (utils-qml.go) and runtime (utils-runtime.go) in 23. [internal/binding/files/utils-runtime.go#L1:1:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-runtime.go#L1:1:) package runtime; expected qml 24. [internal/binding/files/utils-qml.go#L33:43:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L33:43:) undefined: QJSValue 25. [internal/binding/files/utils-qml.go#L41:26:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L41:26:) undefined: QJSEngine_ITF 26. [internal/binding/files/utils-qml.go#L144:32:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L144:32:) undefined: QJSValue 27. [internal/binding/files/utils-qml.go#L144:43:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L144:43:) undefined: QJSValue 28. [internal/binding/files/utils-qml.go#L261:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L261:12:) undefined: QJSEngine 29. [internal/binding/files/utils-qml.go#L261:39:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L261:39:) undefined: QJSValue 30. [internal/binding/files/utils-qml.go#L269:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L269:12:) undefined: QJSEngine 31. [internal/binding/files/utils-qml.go#L269:61:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L269:61:) undefined: QJSValue 32. [internal/binding/files/utils-qml.go#L449:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:12:) undefined: QJSEngine 33. [internal/binding/files/utils-qml.go#L449:43:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:43:) undefined: QJSValue 34. [internal/binding/files/utils-qml.go#L449:69:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L449:69:) undefined: QJSValue 35. [internal/binding/files/utils-qml.go#L453:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L453:12:) undefined: QJSEngine 36. [internal/binding/files/utils-qml.go#L453:52:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L453:52:) undefined: QJSValue 37. [internal/binding/files/utils-qml.go#L457:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:12:) undefined: QJSEngine 38. [internal/binding/files/utils-qml.go#L457:43:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:43:) undefined: QJSValue 39. [internal/binding/files/utils-qml.go#L457:85:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L457:85:) undefined: QJSValue 40. [internal/binding/files/utils-qml.go#L628:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L628:12:) undefined: QJSEngine 41. [internal/binding/files/utils-qml.go#L628:51:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L628:51:) undefined: QJSValue 42. [internal/binding/files/utils-qml.go#L655:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L655:12:) undefined: QJSEngine 43. [internal/binding/files/utils-qml.go#L655:62:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L655:62:) undefined: QJSValue 44. [internal/binding/files/utils-qml.go#L57:40:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L57:40:) undefined: NewQJSValue 45. [internal/binding/files/utils-qml.go#L57:52:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L57:52:) undefined: QJSValue__UndefinedValue 46. [internal/binding/files/utils-qml.go#L109:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L109:12:) undefined: QJSValue 47. [internal/binding/files/utils-qml.go#L117:72:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L117:72:) undefined: QJSValue 48. [internal/binding/files/utils-qml.go#L131:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L131:12:) undefined: QJSValue 49. [internal/binding/files/utils-qml.go#L139:72:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L139:72:) undefined: QJSValue 50. [internal/binding/files/utils-qml.go#L139:86:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L139:86:) undefined: NewQJSValue8 51. [internal/binding/files/utils-qml.go#L170:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L170:12:) undefined: QJSEngine_qjsEngine 52. [internal/binding/files/utils-qml.go#L203:26:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L203:26:) undefined: QJSValue 53. [internal/binding/files/utils-qml.go#L229:37:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L229:37:) undefined: NewQJSValue 54. [internal/binding/files/utils-qml.go#L229:49:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L229:49:) undefined: QJSValue__UndefinedValue 55. [internal/binding/files/utils-qml.go#L236:69:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L236:69:) undefined: QJSValue 56. [internal/binding/files/utils-qml.go#L242:11:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L242:11:) undefined: NewQJSValue 57. [internal/binding/files/utils-qml.go#L242:23:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L242:23:) undefined: QJSValue__UndefinedValue 58. [internal/binding/files/utils-qml.go#L247:11:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L247:11:) undefined: NewQJSValue 59. [internal/binding/files/utils-qml.go#L247:23:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L247:23:) undefined: QJSValue__UndefinedValue 60. [internal/binding/files/utils-qml.go#L253:67:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L253:67:) undefined: QJSValue 61. [internal/binding/files/utils-qml.go#L295:21:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L295:21:) undefined: QJSValue 62. [internal/binding/files/utils-qml.go#L551:11:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L551:11:) undefined: QJSValue 63. [internal/binding/files/utils-qml.go#L559:33:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L559:33:) undefined: QJSValue 64. [internal/binding/files/utils-qml.go#L573:113:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L573:113:) undefined: QJSValue 65. [internal/binding/files/utils-qml.go#L630:72:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:72:) undefined: QJSValue 66. [internal/binding/files/utils-qml.go#L630:81:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:81:) undefined: NewQJSValue8 67. [internal/binding/files/utils-qml.go#L630:99:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L630:99:) undefined: NewQJSValue8 68. [internal/binding/files/utils-qml.go#L642:12:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L642:12:) undefined: QJSValue 69. [internal/binding/files/utils-qml.go#L665:34:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L665:34:) undefined: NewQJSValue8 70. [internal/binding/files/utils-qml.go#L681:64:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L681:64:) undefined: QJSValue 71. [internal/binding/files/utils-qml.go#L681:78:](https://github.com/therecipe/qt/blob/master/internal/binding/files/utils-qml.go#L681:78:) undefined: NewQJSValue8 72. -: # github.com/therecipe/qt/internal/binding/runtime 73. internal/binding/runtime/utils-runtime.go#L9:74: undefined: NewHelper 74. internal/binding/runtime/utils-runtime.go#L19:29: h.ConnectWrapperFunction undefined (type *helper has no field or method ConnectWrapperFunction) 75. [internal/binding/runtime/utils-runtime.go#L9:74:](https://github.com/therecipe/qt/blob/master/internal/binding/runtime/utils-runtime.go#L9:74:) undefined: NewHelper 76. [internal/binding/runtime/utils-runtime.go#L19:29:](https://github.com/therecipe/qt/blob/master/internal/binding/runtime/utils-runtime.go#L19:29:) h.ConnectWrapperFunction undefined (type *helper has no field or method ConnectWrapperFunction) 77. -: # github.com/therecipe/qt/internal/cmd/moc/test/sub 78. internal/cmd/moc/test/sub/subb.go#L78:45: undefined: NewSomeType 79. internal/cmd/moc/test/sub/subb.go#L106:43: undefined: NewSomeType 80. internal/cmd/moc/test/sub/subb.go#L131:42: undefined: NewSomeType 81. [internal/cmd/moc/test/sub/subb.go#L78:45:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L78:45:) undefined: NewSomeType 82. [internal/cmd/moc/test/sub/subb.go#L106:43:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L106:43:) undefined: NewSomeType 83. [internal/cmd/moc/test/sub/subb.go#L131:42:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/sub/subb.go#L131:42:) undefined: NewSomeType 84. -: # github.com/therecipe/qt/webkit 85. [webkit/webkit.go#L9:8:](https://github.com/therecipe/qt/blob/master/webkit/webkit.go#L9:8:) could not import C (no metadata for C) 86. [internal/cmd/moc/test/qtmoc_test.go#L531:3:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L531:3:) undefined: NewTestStruct 87. [internal/cmd/moc/test/qtmoc_test.go#L532:3:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L532:3:) undefined: NewOtherTestStruct 88. [internal/cmd/moc/test/qtmoc_test.go#L533:3:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L533:3:) undefined: NewSubTestStruct 89. [internal/cmd/moc/test/qtmoc_test.go#L534:7:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L534:7:) undefined: sub.NewSubTestStruct 90. [internal/cmd/moc/test/qtmoc_test.go#L535:16:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L535:16:) undefined: subsubcustom.NewSubSubTestStruct 91. [internal/cmd/moc/test/qtmoc_test.go#L537:12:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L537:12:) undefined: NewSubSubTestStruct 92. [internal/cmd/moc/test/qtmoc_test.go#L543:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L543:10:) undefined: NewTestStruct 93. [internal/cmd/moc/test/qtmoc_test.go#L762:11:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L762:11:) undefined: NewOtherTestStruct 94. [internal/cmd/moc/test/qtmoc_test.go#L799:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L799:10:) undefined: NewTestStruct 95. [internal/cmd/moc/test/qtmoc_test.go#L996:11:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L996:11:) undefined: NewOtherTestStruct 96. [internal/cmd/moc/test/qtmoc_test.go#L1022:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1022:10:) undefined: NewTestStruct 97. [internal/cmd/moc/test/qtmoc_test.go#L1241:11:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1241:11:) undefined: NewOtherTestStruct 98. [internal/cmd/moc/test/qtmoc_test.go#L1273:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1273:10:) undefined: NewTestStruct 99. [internal/cmd/moc/test/qtmoc_test.go#L1367:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1367:10:) undefined: NewTestStruct 100. [internal/cmd/moc/test/qtmoc_test.go#L1448:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1448:10:) undefined: NewTestStruct 101. [internal/cmd/moc/test/qtmoc_test.go#L1542:10:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1542:10:) undefined: NewTestStruct 102. [internal/cmd/moc/test/qtmoc_test.go#L1682:11:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1682:11:) undefined: NewSubTestStruct 103. [internal/cmd/moc/test/qtmoc_test.go#L1691:11:](https://github.com/therecipe/qt/blob/master/internal/cmd/moc/test/qtmoc_test.go#L1691:11:) undefined: NewSubSubTestStruct 104. internal/utils/flags_test.go#L6:2: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/therecipe/qt/internal/utils); to add: 105. go get -t github.com/therecipe/qt/internal/utils 106. [internal/utils/flags_test.go#L6:2:](https://github.com/therecipe/qt/blob/master/internal/utils/flags_test.go#L6:2:) could not import github.com/stretchr/testify/require (invalid package name: "")

Report issue: https://github.com/therecipe/qt/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/yuroyoro/goast-viewer

Got total 2 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733696204

Expand 1. -: build constraints exclude all Go files in /opt/hostedtoolcache/go/1.22.4/x64/src/syscall/js 2. [main.go#L6:2:](https://github.com/yuroyoro/goast-viewer/blob/master/main.go#L6:2:) could not import syscall/js (invalid package name: "")

Report issue: https://github.com/yuroyoro/goast-viewer/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/zegl/goriak

Got total 7 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733696963

Expand 1. examples/automap/automap_example.go#L5:2: no required module provides package github.com/zegl/goriak; to add it: 2. go get github.com/zegl/goriak 3. [examples/automap/automap_example.go#L5:2:](https://github.com/zegl/goriak/blob/v3/examples/automap/automap_example.go#L5:2:) could not import github.com/zegl/goriak (invalid package name: "") 4. [examples/counters/counter_example.go#L4:2:](https://github.com/zegl/goriak/blob/v3/examples/counters/counter_example.go#L4:2:) could not import github.com/zegl/goriak (invalid package name: "") 5. flag_test.go#L5:2: no required module provides package github.com/stretchr/testify/assert; to add it: 6. go get github.com/stretchr/testify/assert 7. [flag_test.go#L5:2:](https://github.com/zegl/goriak/blob/v3/flag_test.go#L5:2:) could not import github.com/stretchr/testify/assert (invalid package name: "")

Report issue: https://github.com/zegl/goriak/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/viant/endly

Got total 144 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733688878

Expand 1. -: # github.com/viant/endly/service/test/proto 2. service/test/proto/domain.pb.go#L30:17: undefined: proto.ProtoPackageIsVersion2 3. service/test/proto/domain.pb.go#L41:61: undefined: proto.CompactTextString 4. service/test/proto/domain.pb.go#L67:8: undefined: proto.RegisterType 5. service/test/proto/domain.pb.go#L70:21: undefined: proto.RegisterFile 6. [service/test/proto/domain.pb.go#L30:17:](https://github.com/viant/endly/blob/master/service/test/proto/domain.pb.go#L30:17:) undefined: proto.ProtoPackageIsVersion2 7. [service/test/proto/domain.pb.go#L41:61:](https://github.com/viant/endly/blob/master/service/test/proto/domain.pb.go#L41:61:) undefined: proto.CompactTextString 8. [service/test/proto/domain.pb.go#L67:8:](https://github.com/viant/endly/blob/master/service/test/proto/domain.pb.go#L67:8:) undefined: proto.RegisterType 9. [service/test/proto/domain.pb.go#L70:21:](https://github.com/viant/endly/blob/master/service/test/proto/domain.pb.go#L70:21:) undefined: proto.RegisterFile 10. -: # github.com/viant/endly/internal/udf [github.com/viant/endly/internal/udf.test] 11. internal/udf/protobuf_test.go#L45:70: not enough arguments in call to NewProtoCodec 12. [internal/udf/protobuf_test.go#L45:89:](https://github.com/viant/endly/blob/master/internal/udf/protobuf_test.go#L45:89:) not enough arguments in call to NewProtoCodec 13. -: # github.com/viant/endly/internal/webplanner/node [github.com/viant/endly/internal/webplanner/node.test] 14. internal/webplanner/node/builder_test.go#L57:23: cannot use "" (untyped string constant) as []string value in argument to node.Selectors 15. [internal/webplanner/node/builder_test.go#L57:23:](https://github.com/viant/endly/blob/master/internal/webplanner/node/builder_test.go#L57:23:) cannot use "" (untyped string constant) as []string value in argument to node.Selectors 16. -: # github.com/viant/endly/model_test [github.com/viant/endly/model.test] 17. model/repeater_test.go#L43:26: cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 18. model/repeater_test.go#L43:52: cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 19. model/repeater_test.go#L80:26: cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 20. model/repeater_test.go#L80:52: cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 21. model/repeater_test.go#L117:26: cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 22. model/repeater_test.go#L117:52: cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 23. model/repeater_test.go#L154:26: cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 24. model/repeater_test.go#L154:52: cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 25. model/repeater_test.go#L191:26: cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 26. model/repeater_test.go#L191:52: cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 27. model/repeater_test.go#L191:52: too many errors 28. [model/repeater_test.go#L43:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L43:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 29. [model/repeater_test.go#L43:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L43:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 30. [model/repeater_test.go#L80:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L80:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 31. [model/repeater_test.go#L80:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L80:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 32. [model/repeater_test.go#L117:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L117:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 33. [model/repeater_test.go#L117:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L117:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 34. [model/repeater_test.go#L154:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L154:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 35. [model/repeater_test.go#L154:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L154:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 36. [model/repeater_test.go#L191:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L191:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 37. [model/repeater_test.go#L191:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L191:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 38. [model/repeater_test.go#L227:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L227:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 39. [model/repeater_test.go#L227:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L227:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 40. [model/repeater_test.go#L269:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L269:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 41. [model/repeater_test.go#L269:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L269:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 42. [model/repeater_test.go#L313:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L313:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 43. [model/repeater_test.go#L313:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L313:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 44. [model/repeater_test.go#L350:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L350:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 45. [model/repeater_test.go#L350:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L350:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 46. [model/repeater_test.go#L383:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L383:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 47. [model/repeater_test.go#L383:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L383:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 48. [model/repeater_test.go#L416:26:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L416:26:) cannot use abstractService (variable of type *endly.AbstractService) as *endly.Context value in argument to repeataable.Run 49. [model/repeater_test.go#L416:52:](https://github.com/viant/endly/blob/master/model/repeater_test.go#L416:52:) cannot use context (variable of type *endly.Context) as *endly.AbstractService value in argument to repeataable.Run 50. -: # github.com/viant/endly/model/project/dao [github.com/viant/endly/model/project/dao.test] 51. model/project/dao/service_test.go#L21:30: srv.Service.HTTPHandler undefined (type *datly.Service has no field or method HTTPHandler) 52. [model/project/dao/service_test.go#L21:30:](https://github.com/viant/endly/blob/master/model/project/dao/service_test.go#L21:30:) srv.Service.HTTPHandler undefined (type *datly.Service has no field or method HTTPHandler) 53. -: # github.com/viant/endly/service/deployment/vc_test [github.com/viant/endly/service/deployment/vc.test] 54. service/deployment/vc/service_test.go#L16:30: undefined: util.GetDummyCredential 55. service/deployment/vc/service_test.go#L49:24: undefined: exec.NewSSHReplayContext 56. service/deployment/vc/service_test.go#L82:30: undefined: util.GetCredential 57. service/deployment/vc/service_test.go#L83:33: undefined: util.GetCredential 58. service/deployment/vc/service_test.go#L224:24: undefined: exec.NewSSHReplayContext 59. [service/deployment/vc/service_test.go#L16:30:](https://github.com/viant/endly/blob/master/service/deployment/vc/service_test.go#L16:30:) undefined: util.GetDummyCredential 60. [service/deployment/vc/service_test.go#L49:24:](https://github.com/viant/endly/blob/master/service/deployment/vc/service_test.go#L49:24:) undefined: exec.NewSSHReplayContext 61. [service/deployment/vc/service_test.go#L82:30:](https://github.com/viant/endly/blob/master/service/deployment/vc/service_test.go#L82:30:) undefined: util.GetCredential 62. [service/deployment/vc/service_test.go#L83:33:](https://github.com/viant/endly/blob/master/service/deployment/vc/service_test.go#L83:33:) undefined: util.GetCredential 63. [service/deployment/vc/service_test.go#L224:24:](https://github.com/viant/endly/blob/master/service/deployment/vc/service_test.go#L224:24:) undefined: exec.NewSSHReplayContext 64. -: # github.com/viant/endly/service/system/cloud/aws [github.com/viant/endly/service/system/cloud/aws.test] 65. service/system/cloud/aws/cred_test.go#L19:30: cannot use "" (untyped string constant) as secret.Option value in argument to secret.New 66. service/system/cloud/aws/cred_test.go#L19:34: cannot use false (untyped bool constant) as secret.Option value in argument to secret.New 67. service/system/cloud/aws/cred_test.go#L20:44: not enough arguments in call to secretService.GetCredentials 68. service/system/cloud/aws/cred_test.go#L29:24: cred.AccountID undefined (type *"github.com/viant/scy/cred".Generic has no field or method AccountID) 69. [service/system/cloud/aws/cred_test.go#L19:30:](https://github.com/viant/endly/blob/master/service/system/cloud/aws/cred_test.go#L19:30:) cannot use "" (untyped string constant) as secret.Option value in argument to secret.New 70. [service/system/cloud/aws/cred_test.go#L19:34:](https://github.com/viant/endly/blob/master/service/system/cloud/aws/cred_test.go#L19:34:) cannot use false (untyped bool constant) as secret.Option value in argument to secret.New 71. [service/system/cloud/aws/cred_test.go#L20:49:](https://github.com/viant/endly/blob/master/service/system/cloud/aws/cred_test.go#L20:49:) not enough arguments in call to secretService.GetCredentials 72. [service/system/cloud/aws/cred_test.go#L29:24:](https://github.com/viant/endly/blob/master/service/system/cloud/aws/cred_test.go#L29:24:) cred.AccountID undefined (type *"github.com/viant/scy/cred".Generic has no field or method AccountID) 73. -: # github.com/viant/endly/service/system/cloud/aws/kms [github.com/viant/endly/service/system/cloud/aws/kms.test] 74. service/system/cloud/aws/kms/client_test.go#L32:24: undefined: kms.SNS 75. [service/system/cloud/aws/kms/client_test.go#L32:24:](https://github.com/viant/endly/blob/master/service/system/cloud/aws/kms/client_test.go#L32:24:) undefined: kms.SNS 76. -: # github.com/viant/endly/service/system/cloud/gcp/bigquery [github.com/viant/endly/service/system/cloud/gcp/bigquery.test] 77. service/system/cloud/gcp/bigquery/client_test.go#L6:2: "github.com/viant/toolbox" imported and not used 78. service/system/cloud/gcp/bigquery/client_test.go#L8:2: "os" imported and not used 79. service/system/cloud/gcp/bigquery/client_test.go#L9:2: "path" imported and not used 80. service/system/cloud/gcp/bigquery/client_test.go#L21:6: undefined: gcp 81. service/system/cloud/gcp/bigquery/service_test.go#L9:2: "os" imported and not used 82. service/system/cloud/gcp/bigquery/service_test.go#L17:6: undefined: gcp 83. [service/system/cloud/gcp/bigquery/client_test.go#L21:6:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/client_test.go#L21:6:) undefined: gcp 84. [service/system/cloud/gcp/bigquery/service_test.go#L17:6:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/service_test.go#L17:6:) undefined: gcp 85. [service/system/cloud/gcp/bigquery/client_test.go#L6:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/client_test.go#L6:2:) "github.com/viant/toolbox" imported and not used 86. [service/system/cloud/gcp/bigquery/client_test.go#L8:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/client_test.go#L8:2:) "os" imported and not used 87. [service/system/cloud/gcp/bigquery/client_test.go#L9:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/client_test.go#L9:2:) "path" imported and not used 88. [service/system/cloud/gcp/bigquery/service_test.go#L9:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/bigquery/service_test.go#L9:2:) "os" imported and not used 89. -: # github.com/viant/endly/service/system/cloud/gcp/compute [github.com/viant/endly/service/system/cloud/gcp/compute.test] 90. service/system/cloud/gcp/compute/client_test.go#L6:2: "github.com/viant/toolbox" imported and not used 91. service/system/cloud/gcp/compute/client_test.go#L8:2: "os" imported and not used 92. service/system/cloud/gcp/compute/client_test.go#L9:2: "path" imported and not used 93. service/system/cloud/gcp/compute/client_test.go#L21:6: undefined: gcp 94. service/system/cloud/gcp/compute/service_test.go#L6:2: "github.com/viant/toolbox" imported and not used 95. service/system/cloud/gcp/compute/service_test.go#L7:2: "os" imported and not used 96. service/system/cloud/gcp/compute/service_test.go#L8:2: "path" imported and not used 97. service/system/cloud/gcp/compute/service_test.go#L15:6: undefined: gcp 98. [service/system/cloud/gcp/compute/client_test.go#L21:6:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/client_test.go#L21:6:) undefined: gcp 99. [service/system/cloud/gcp/compute/service_test.go#L15:6:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/service_test.go#L15:6:) undefined: gcp 100. [service/system/cloud/gcp/compute/client_test.go#L6:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/client_test.go#L6:2:) "github.com/viant/toolbox" imported and not used 101. [service/system/cloud/gcp/compute/client_test.go#L8:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/client_test.go#L8:2:) "os" imported and not used 102. [service/system/cloud/gcp/compute/client_test.go#L9:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/client_test.go#L9:2:) "path" imported and not used 103. [service/system/cloud/gcp/compute/service_test.go#L6:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/service_test.go#L6:2:) "github.com/viant/toolbox" imported and not used 104. [service/system/cloud/gcp/compute/service_test.go#L7:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/service_test.go#L7:2:) "os" imported and not used 105. [service/system/cloud/gcp/compute/service_test.go#L8:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/compute/service_test.go#L8:2:) "path" imported and not used 106. -: # github.com/viant/endly/service/system/cloud/gcp/pubsub [github.com/viant/endly/service/system/cloud/gcp/pubsub.test] 107. service/system/cloud/gcp/pubsub/client_test.go#L37:44: not enough arguments in call to context.Secrets.GetCredentials 108. service/system/cloud/gcp/pubsub/client_test.go#L40:2: output declared and not used 109. service/system/cloud/gcp/pubsub/service_test.go#L21:44: not enough arguments in call to context.Secrets.GetCredentials 110. [service/system/cloud/gcp/pubsub/client_test.go#L37:53:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/pubsub/client_test.go#L37:53:) not enough arguments in call to context.Secrets.GetCredentials 111. [service/system/cloud/gcp/pubsub/client_test.go#L40:2:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/pubsub/client_test.go#L40:2:) output declared and not used 112. [service/system/cloud/gcp/pubsub/service_test.go#L21:53:](https://github.com/viant/endly/blob/master/service/system/cloud/gcp/pubsub/service_test.go#L21:53:) not enough arguments in call to context.Secrets.GetCredentials 113. -: # github.com/viant/endly/service/system/storage_test [github.com/viant/endly/service/system/storage.test] 114. service/system/storage/example_test.go#L13:129: cannot use "aws-e2e" (untyped string constant) as location.Option value in argument to location.NewResource 115. [service/system/storage/example_test.go#L13:129:](https://github.com/viant/endly/blob/master/service/system/storage/example_test.go#L13:129:) cannot use "aws-e2e" (untyped string constant) as location.Option value in argument to location.NewResource 116. -: # github.com/viant/endly/service/testing/dsunit [github.com/viant/endly/service/testing/dsunit.test] 117. service/testing/dsunit/service_test.go#L10:2: "github.com/viant/dsunit/url" imported as durl and not used 118. service/testing/dsunit/service_test.go#L26:27: undefined: util.GetDummyCredential 119. service/testing/dsunit/service_test.go#L49:38: undefined: dlocation 120. service/testing/dsunit/service_test.go#L77:16: undefined: dlocation 121. service/testing/dsunit/service_test.go#L110:16: undefined: dlocation 122. service/testing/dsunit/service_test.go#L111:5: undefined: dlocation 123. [service/testing/dsunit/service_test.go#L26:27:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L26:27:) undefined: util.GetDummyCredential 124. [service/testing/dsunit/service_test.go#L49:38:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L49:38:) undefined: dlocation 125. [service/testing/dsunit/service_test.go#L77:16:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L77:16:) undefined: dlocation 126. [service/testing/dsunit/service_test.go#L110:16:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L110:16:) undefined: dlocation 127. [service/testing/dsunit/service_test.go#L111:5:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L111:5:) undefined: dlocation 128. [service/testing/dsunit/service_test.go#L10:2:](https://github.com/viant/endly/blob/master/service/testing/dsunit/service_test.go#L10:2:) "github.com/viant/dsunit/url" imported as durl and not used 129. -: # github.com/viant/endly/service/testing/log_test [github.com/viant/endly/service/testing/log.test] 130. service/testing/log/service_test.go#L56:27: undefined: util.GetDummyCredential 131. service/testing/log/service_test.go#L271:27: undefined: util.GetDummyCredential 132. [service/testing/log/service_test.go#L56:27:](https://github.com/viant/endly/blob/master/service/testing/log/service_test.go#L56:27:) undefined: util.GetDummyCredential 133. [service/testing/log/service_test.go#L271:27:](https://github.com/viant/endly/blob/master/service/testing/log/service_test.go#L271:27:) undefined: util.GetDummyCredential 134. -: # github.com/viant/endly/service/testing/runner/rest_test [github.com/viant/endly/service/testing/runner/rest.test] 135. service/testing/runner/rest/service_test.go#L15:9: too many return values 136. have (*"github.com/viant/endly/service/testing/endpoint/http".Server, error) 137. service/testing/runner/rest/service_test.go#L15:36: not enough arguments in call to endpoint.StartServer 138. have (int, *"github.com/viant/endly/service/testing/endpoint/http".HTTPServerTrips) 139. want (int, *"github.com/viant/endly/service/testing/endpoint/http".HTTPServerTrips, string, string) 140. [service/testing/runner/rest/service_test.go#L18:3:](https://github.com/viant/endly/blob/master/service/testing/runner/rest/service_test.go#L18:3:) not enough arguments in call to endpoint.StartServer 141. have (int, *"github.com/viant/endly/service/testing/endpoint/http".HTTPServerTrips) 142. want (int, *"github.com/viant/endly/service/testing/endpoint/http".HTTPServerTrips, string, string) 143. [service/testing/runner/rest/service_test.go#L15:9:](https://github.com/viant/endly/blob/master/service/testing/runner/rest/service_test.go#L15:9:) too many return values 144. have (*"github.com/viant/endly/service/testing/endpoint/http".Server, error)

Report issue: https://github.com/viant/endly/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/appist/appy

Got total 234 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733587374

Expand 1. ../../../../go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L11:2: missing go.sum entry for module providing package github.com/go-playground/validator/v10 (imported by github.com/appist/appy/record); to add: 2. go get github.com/appist/appy/record 3. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L8:2: could not import reflect (no metadata for reflect) 4. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L9:2: could not import sync (no metadata for sync) 5. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L11:2: could not import github.com/go-playground/validator/v10 (no metadata for github.com/go-playground/validator/v10) 6. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L16:12: undefined: validator 7. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L19:7: undefined: StructValidator 8. ../../../../go/pkg/mod/github.com/99designs/gqlgen@v0.13.0/codegen/config/config.go#L16:2: missing go.sum entry for module providing package gopkg.in/yaml.v2 (imported by github.com/appist/appy/support); to add: 9. go get github.com/appist/appy/support 10. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/yaml.go#L12:2: could not import gopkg.in/yaml.v2 (invalid package name: "") 11. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/binding/default_validator.go#L16:12: undefined: validator 12. support/i18n.go#L9:2: missing go.sum entry for module providing package github.com/nicksnyder/go-i18n/v2/i18n (imported by github.com/appist/appy/support); to add: 13. go get github.com/appist/appy/support 14. support/i18n.go#L10:2: missing go.sum entry for module providing package golang.org/x/text/language (imported by github.com/appist/appy/support); to add: 15. go get github.com/appist/appy/support 16. [support/i18n.go#L9:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L9:2:) could not import github.com/nicksnyder/go-i18n/v2/i18n (invalid package name: "") 17. [support/i18n.go#L10:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L10:2:) could not import golang.org/x/text/language (invalid package name: "") 18. [support/i18n.go#L11:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L11:2:) could not import gopkg.in/yaml.v2 (invalid package name: "") 19. [support/support.go#L8:2:](https://github.com/appist/appy/blob/master/support/support.go#L8:2:) binding redeclared in this block 20. [support/support.go#L7:2:](https://github.com/appist/appy/blob/master/support/support.go#L7:2:) other declaration of binding 21. [support/i18n.go#L32:39:](https://github.com/appist/appy/blob/master/support/i18n.go#L32:39:) undefined: yaml 22. [support/i18n.go#L33:38:](https://github.com/appist/appy/blob/master/support/i18n.go#L33:38:) undefined: yaml 23. [support/i18n.go#L114:16:](https://github.com/appist/appy/blob/master/support/i18n.go#L114:16:) undefined: validator 24. [support/support.go#L57:50:](https://github.com/appist/appy/blob/master/support/support.go#L57:50:) undefined: validator 25. [support/i18n.go#L8:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L8:2:) "github.com/go-playground/validator/v10" imported as binding and not used 26. [support/support.go#L8:2:](https://github.com/appist/appy/blob/master/support/support.go#L8:2:) "github.com/go-playground/validator/v10" imported as binding and not used 27. /home/runner/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/render/yaml.go#L10:2: could not import gopkg.in/yaml.v2 (invalid package name: "") 28. ../../../../go/pkg/mod/github.com/mattn/go-isatty@v0.0.12/isatty_tcgets.go#L6:8: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/shirou/gopsutil/process); to add: 29. go get github.com/shirou/gopsutil/process@v2.20.9+incompatible 30. /home/runner/go/pkg/mod/github.com/mattn/go-isatty@v0.0.12/isatty_tcgets.go#L6:8: could not import golang.org/x/sys/unix (no metadata for golang.org/x/sys/unix) 31. ../../../../go/pkg/mod/github.com/99designs/gqlgen@v0.13.0/graphql/handler/lru/lru.go#L7:2: missing go.sum entry for module providing package github.com/hashicorp/golang-lru (imported by github.com/99designs/gqlgen/graphql/handler/lru); to add: 32. go get github.com/99designs/gqlgen/graphql/handler/lru@v0.13.0 33. /home/runner/go/pkg/mod/github.com/99designs/gqlgen@v0.13.0/graphql/handler/lru/lru.go#L7:6: could not import github.com/hashicorp/golang-lru (invalid package name: "") 34. pack/mdwreqid.go#L6:2: missing go.sum entry for module providing package github.com/gofrs/uuid (imported by github.com/appist/appy/pack); to add: 35. go get github.com/appist/appy/pack 36. [pack/mdwreqid.go#L6:7:](https://github.com/appist/appy/blob/master/pack/mdwreqid.go#L6:7:) could not import github.com/gofrs/uuid (invalid package name: "") 37. record/db.go#L23:2: missing go.sum entry for module providing package github.com/lib/pq (imported by github.com/appist/appy/record); to add: 38. go get github.com/appist/appy/record 39. [record/db.go#L4:2:](https://github.com/appist/appy/blob/master/record/db.go#L4:2:) could not import bytes (no metadata for bytes) 40. [record/db.go#L5:2:](https://github.com/appist/appy/blob/master/record/db.go#L5:2:) could not import context (no metadata for context) 41. [record/db.go#L6:2:](https://github.com/appist/appy/blob/master/record/db.go#L6:2:) could not import database/sql (no metadata for database/sql) 42. [record/db.go#L7:2:](https://github.com/appist/appy/blob/master/record/db.go#L7:2:) could not import database/sql/driver (no metadata for database/sql/driver) 43. [record/db.go#L8:2:](https://github.com/appist/appy/blob/master/record/db.go#L8:2:) could not import encoding/json (no metadata for encoding/json) 44. [record/db.go#L9:2:](https://github.com/appist/appy/blob/master/record/db.go#L9:2:) could not import fmt (no metadata for fmt) 45. [record/db.go#L10:2:](https://github.com/appist/appy/blob/master/record/db.go#L10:2:) could not import io/ioutil (no metadata for io/ioutil) 46. [record/db.go#L11:2:](https://github.com/appist/appy/blob/master/record/db.go#L11:2:) could not import net/url (no metadata for net/url) 47. [record/db.go#L12:2:](https://github.com/appist/appy/blob/master/record/db.go#L12:2:) could not import os (no metadata for os) 48. [record/db.go#L13:2:](https://github.com/appist/appy/blob/master/record/db.go#L13:2:) could not import os/exec (no metadata for os/exec) 49. [record/db.go#L14:2:](https://github.com/appist/appy/blob/master/record/db.go#L14:2:) could not import regexp (no metadata for regexp) 50. [record/db.go#L15:2:](https://github.com/appist/appy/blob/master/record/db.go#L15:2:) could not import strings (no metadata for strings) 51. [record/db.go#L16:2:](https://github.com/appist/appy/blob/master/record/db.go#L16:2:) could not import sync (no metadata for sync) 52. [record/db.go#L17:2:](https://github.com/appist/appy/blob/master/record/db.go#L17:2:) could not import time (no metadata for time) 53. [record/db.go#L20:4:](https://github.com/appist/appy/blob/master/record/db.go#L20:4:) could not import github.com/go-sql-driver/mysql (no metadata for github.com/go-sql-driver/mysql) 54. [record/db.go#L23:4:](https://github.com/appist/appy/blob/master/record/db.go#L23:4:) could not import github.com/lib/pq (no metadata for github.com/lib/pq) 55. [record/db.go#L25:2:](https://github.com/appist/appy/blob/master/record/db.go#L25:2:) could not import github.com/appist/appy/support (no metadata for github.com/appist/appy/support) 56. [record/db.go#L26:2:](https://github.com/appist/appy/blob/master/record/db.go#L26:2:) could not import github.com/jmoiron/sqlx (no metadata for github.com/jmoiron/sqlx) 57. [record/db.go#L41:12:](https://github.com/appist/appy/blob/master/record/db.go#L41:12:) undefined: Txer 58. [record/db.go#L42:59:](https://github.com/appist/appy/blob/master/record/db.go#L42:59:) undefined: Txer 59. [record/db.go#L44:13:](https://github.com/appist/appy/blob/master/record/db.go#L44:13:) undefined: Config 60. [record/db.go#L66:27:](https://github.com/appist/appy/blob/master/record/db.go#L66:27:) undefined: Stmt 61. [record/db.go#L67:55:](https://github.com/appist/appy/blob/master/record/db.go#L67:55:) undefined: Stmt 62. [record/db.go#L68:32:](https://github.com/appist/appy/blob/master/record/db.go#L68:32:) undefined: NamedStmt 63. [record/db.go#L69:60:](https://github.com/appist/appy/blob/master/record/db.go#L69:60:) undefined: NamedStmt 64. [record/db.go#L76:33:](https://github.com/appist/appy/blob/master/record/db.go#L76:33:) undefined: Txer 65. [record/db.go#L76:58:](https://github.com/appist/appy/blob/master/record/db.go#L76:58:) undefined: Txer 66. [record/db.go#L77:28:](https://github.com/appist/appy/blob/master/record/db.go#L77:28:) undefined: Txer 67. [record/db.go#L93:15:](https://github.com/appist/appy/blob/master/record/db.go#L93:15:) undefined: Config 68. [record/db.go#L95:17:](https://github.com/appist/appy/blob/master/record/db.go#L95:17:) undefined: Migration 69. [record/db.go#L98:19:](https://github.com/appist/appy/blob/master/record/db.go#L98:19:) undefined: Txer 70. [record/db.go#L113:20:](https://github.com/appist/appy/blob/master/record/db.go#L113:20:) undefined: Config 71. [record/db.go#L126:24:](https://github.com/appist/appy/blob/master/record/db.go#L126:24:) undefined: Txer 72. [record/db.go#L142:71:](https://github.com/appist/appy/blob/master/record/db.go#L142:71:) undefined: Txer 73. [record/db.go#L151:25:](https://github.com/appist/appy/blob/master/record/db.go#L151:25:) undefined: Config 74. [record/db.go#L537:44:](https://github.com/appist/appy/blob/master/record/db.go#L537:44:) undefined: NamedStmt 75. [record/db.go#L546:72:](https://github.com/appist/appy/blob/master/record/db.go#L546:72:) undefined: NamedStmt 76. [record/db.go#L611:45:](https://github.com/appist/appy/blob/master/record/db.go#L611:45:) undefined: Txer 77. [record/db.go#L611:70:](https://github.com/appist/appy/blob/master/record/db.go#L611:70:) undefined: Txer 78. [record/db.go#L621:40:](https://github.com/appist/appy/blob/master/record/db.go#L621:40:) undefined: Txer 79. [record/db.go#L693:39:](https://github.com/appist/appy/blob/master/record/db.go#L693:39:) undefined: Stmt 80. [record/db.go#L704:67:](https://github.com/appist/appy/blob/master/record/db.go#L704:67:) undefined: Stmt 81. [record/db.go#L764:39:](https://github.com/appist/appy/blob/master/record/db.go#L764:39:) undefined: Migration 82. [record/db.go#L771:37:](https://github.com/appist/appy/blob/master/record/db.go#L771:37:) undefined: Txer 83. [record/db.go#L771:54:](https://github.com/appist/appy/blob/master/record/db.go#L771:54:) undefined: Migration 84. [record/db.go#L832:40:](https://github.com/appist/appy/blob/master/record/db.go#L832:40:) undefined: Txer 85. [record/db.go#L832:57:](https://github.com/appist/appy/blob/master/record/db.go#L832:57:) undefined: Migration 86. [record/db.go#L975:87:](https://github.com/appist/appy/blob/master/record/db.go#L975:87:) undefined: Txer 87. [record/db.go#L975:112:](https://github.com/appist/appy/blob/master/record/db.go#L975:112:) undefined: Txer 88. [record/model.go#L15:2:](https://github.com/appist/appy/blob/master/record/model.go#L15:2:) binding redeclared in this block 89. [record/model.go#L14:2:](https://github.com/appist/appy/blob/master/record/model.go#L14:2:) other declaration of binding 90. [record/model.go#L1390:50:](https://github.com/appist/appy/blob/master/record/model.go#L1390:50:) undefined: validator 91. [record/model.go#L15:2:](https://github.com/appist/appy/blob/master/record/model.go#L15:2:) "github.com/go-playground/validator/v10" imported as binding and not used 92. worker/engine.go#L15:2: missing go.sum entry for module providing package github.com/hibiken/asynq (imported by github.com/appist/appy/worker); to add: 93. go get github.com/appist/appy/worker 94. [worker/engine.go#L4:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L4:2:) could not import context (no metadata for context) 95. [worker/engine.go#L5:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L5:2:) could not import fmt (no metadata for fmt) 96. [worker/engine.go#L6:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L6:2:) could not import runtime (no metadata for runtime) 97. [worker/engine.go#L7:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L7:2:) could not import strings (no metadata for strings) 98. [worker/engine.go#L8:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L8:2:) could not import sync (no metadata for sync) 99. [worker/engine.go#L9:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L9:2:) could not import time (no metadata for time) 100. [worker/engine.go#L11:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L11:2:) could not import github.com/appist/appy/mock (no metadata for github.com/appist/appy/mock) 101. [worker/engine.go#L12:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L12:2:) could not import github.com/appist/appy/record (no metadata for github.com/appist/appy/record) 102. [worker/engine.go#L13:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L13:2:) could not import github.com/appist/appy/support (no metadata for github.com/appist/appy/support) 103. [worker/engine.go#L14:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L14:2:) could not import github.com/go-redis/redis (no metadata for github.com/go-redis/redis) 104. [worker/engine.go#L15:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L15:2:) could not import github.com/hibiken/asynq (no metadata for github.com/hibiken/asynq) 105. [worker/engine.go#L27:15:](https://github.com/appist/appy/blob/master/worker/engine.go#L27:15:) undefined: Job 106. [worker/engine.go#L156:31:](https://github.com/appist/appy/blob/master/worker/engine.go#L156:31:) undefined: Job 107. [worker/engine.go#L156:42:](https://github.com/appist/appy/blob/master/worker/engine.go#L156:42:) undefined: JobOptions 108. [worker/engine.go#L156:56:](https://github.com/appist/appy/blob/master/worker/engine.go#L156:56:) undefined: JobResult 109. [worker/engine.go#L170:28:](https://github.com/appist/appy/blob/master/worker/engine.go#L170:28:) undefined: Job 110. [worker/engine.go#L176:56:](https://github.com/appist/appy/blob/master/worker/engine.go#L176:56:) undefined: Job 111. [worker/engine.go#L224:63:](https://github.com/appist/appy/blob/master/worker/engine.go#L224:63:) undefined: Job 112. [worker/engine.go#L20:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L20:3:) undefined: asynq 113. [worker/engine.go#L21:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L21:3:) undefined: asynq 114. [worker/engine.go#L22:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L22:3:) undefined: asynq 115. [worker/engine.go#L23:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L23:2:) undefined: asynq 116. [worker/job.go#L11:8:](https://github.com/appist/appy/blob/master/worker/job.go#L11:8:) undefined: asynq 117. [worker/engine.go#L39:16:](https://github.com/appist/appy/blob/master/worker/engine.go#L39:16:) undefined: asynq 118. [worker/engine.go#L44:20:](https://github.com/appist/appy/blob/master/worker/engine.go#L44:20:) undefined: asynq 119. [worker/engine.go#L50:23:](https://github.com/appist/appy/blob/master/worker/engine.go#L50:23:) undefined: asynq 120. [worker/job.go#L14:14:](https://github.com/appist/appy/blob/master/worker/job.go#L14:14:) undefined: asynq 121. [worker/job.go#L17:15:](https://github.com/appist/appy/blob/master/worker/job.go#L17:15:) undefined: asynq 122. [worker/job.go#L36:42:](https://github.com/appist/appy/blob/master/worker/job.go#L36:42:) undefined: asynq 123. [worker/engine.go#L59:18:](https://github.com/appist/appy/blob/master/worker/engine.go#L59:18:) undefined: asynq 124. [worker/engine.go#L67:19:](https://github.com/appist/appy/blob/master/worker/engine.go#L67:19:) undefined: asynq 125. [worker/engine.go#L86:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L86:3:) undefined: asynq 126. [worker/engine.go#L87:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L87:3:) undefined: asynq 127. [worker/engine.go#L88:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L88:3:) undefined: asynq 128. [worker/engine.go#L99:20:](https://github.com/appist/appy/blob/master/worker/engine.go#L99:20:) undefined: asynq 129. [worker/engine.go#L108:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L108:4:) undefined: asynq 130. [worker/engine.go#L109:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L109:4:) undefined: asynq 131. [worker/engine.go#L110:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L110:4:) undefined: asynq 132. [worker/engine.go#L123:54:](https://github.com/appist/appy/blob/master/worker/engine.go#L123:54:) undefined: asynq 133. [worker/job.go#L33:9:](https://github.com/appist/appy/blob/master/worker/job.go#L33:9:) undefined: asynq 134. [worker/job.go#L37:20:](https://github.com/appist/appy/blob/master/worker/job.go#L37:20:) undefined: asynq 135. [worker/job.go#L44:39:](https://github.com/appist/appy/blob/master/worker/job.go#L44:39:) undefined: asynq 136. [worker/job.go#L48:39:](https://github.com/appist/appy/blob/master/worker/job.go#L48:39:) undefined: asynq 137. [worker/job.go#L52:39:](https://github.com/appist/appy/blob/master/worker/job.go#L52:39:) undefined: asynq 138. [worker/job.go#L56:39:](https://github.com/appist/appy/blob/master/worker/job.go#L56:39:) undefined: asynq 139. [worker/job.go#L60:39:](https://github.com/appist/appy/blob/master/worker/job.go#L60:39:) undefined: asynq 140. [worker/job.go#L64:39:](https://github.com/appist/appy/blob/master/worker/job.go#L64:39:) undefined: asynq 141. [worker/job.go#L68:39:](https://github.com/appist/appy/blob/master/worker/job.go#L68:39:) undefined: asynq 142. [worker/engine.go#L15:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L15:2:) "github.com/hibiken/asynq" imported as worker and not used 143. [worker/job.go#L6:2:](https://github.com/appist/appy/blob/master/worker/job.go#L6:2:) "github.com/hibiken/asynq" imported as worker and not used 144. /home/runner/go/pkg/mod/github.com/99designs/gqlgen@v0.13.0/codegen/config/config.go#L16:2: could not import gopkg.in/yaml.v2 (invalid package name: "") 145. cmd/scaffold.go#L15:2: missing go.sum entry for module providing package github.com/AlecAivazis/survey/v2 (imported by github.com/appist/appy/cmd); to add: 146. go get github.com/appist/appy/cmd 147. cmd/start.go#L24:2: missing go.sum entry for module providing package github.com/mum4k/termdash (imported by github.com/appist/appy/cmd); to add: 148. go get github.com/appist/appy/cmd 149. cmd/start.go#L25:2: missing go.sum entry for module providing package github.com/mum4k/termdash/cell (imported by github.com/appist/appy/cmd); to add: 150. go get github.com/appist/appy/cmd 151. cmd/start.go#L26:2: missing go.sum entry for module providing package github.com/mum4k/termdash/container (imported by github.com/appist/appy/cmd); to add: 152. go get github.com/appist/appy/cmd 153. cmd/start.go#L27:2: missing go.sum entry for module providing package github.com/mum4k/termdash/linestyle (imported by github.com/appist/appy/cmd); to add: 154. go get github.com/appist/appy/cmd 155. cmd/start.go#L28:2: missing go.sum entry for module providing package github.com/mum4k/termdash/terminal/termbox (imported by github.com/appist/appy/cmd); to add: 156. go get github.com/appist/appy/cmd 157. cmd/start.go#L29:2: missing go.sum entry for module providing package github.com/mum4k/termdash/terminal/terminalapi (imported by github.com/appist/appy/cmd); to add: 158. go get github.com/appist/appy/cmd 159. cmd/start.go#L30:2: missing go.sum entry for module providing package github.com/mum4k/termdash/widgets/text (imported by github.com/appist/appy/cmd); to add: 160. go get github.com/appist/appy/cmd 161. cmd/build.go#L17:2: missing go.sum entry for module providing package github.com/otiai10/copy (imported by github.com/appist/appy/cmd); to add: 162. go get github.com/appist/appy/cmd 163. cmd/cmd.go#L14:2: missing go.sum entry for module providing package github.com/spf13/cobra (imported by github.com/appist/appy/cmd); to add: 164. go get github.com/appist/appy/cmd 165. [cmd/build.go#L17:2:](https://github.com/appist/appy/blob/master/cmd/build.go#L17:2:) could not import github.com/otiai10/copy (invalid package name: "") 166. [cmd/cmd.go#L14:2:](https://github.com/appist/appy/blob/master/cmd/cmd.go#L14:2:) could not import github.com/spf13/cobra (invalid package name: "") 167. [cmd/scaffold.go#L15:2:](https://github.com/appist/appy/blob/master/cmd/scaffold.go#L15:2:) could not import github.com/AlecAivazis/survey/v2 (invalid package name: "") 168. [cmd/start.go#L24:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L24:2:) could not import github.com/mum4k/termdash (invalid package name: "") 169. [cmd/start.go#L25:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L25:2:) could not import github.com/mum4k/termdash/cell (invalid package name: "") 170. [cmd/start.go#L26:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L26:2:) could not import github.com/mum4k/termdash/container (invalid package name: "") 171. [cmd/start.go#L27:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L27:2:) could not import github.com/mum4k/termdash/linestyle (invalid package name: "") 172. [cmd/start.go#L28:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L28:2:) could not import github.com/mum4k/termdash/terminal/termbox (invalid package name: "") 173. [cmd/start.go#L29:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L29:2:) could not import github.com/mum4k/termdash/terminal/terminalapi (invalid package name: "") 174. [cmd/start.go#L30:2:](https://github.com/appist/appy/blob/master/cmd/start.go#L30:2:) could not import github.com/mum4k/termdash/widgets/text (invalid package name: "") 175. [cmd/scaffold.go#L20:17:](https://github.com/appist/appy/blob/master/cmd/scaffold.go#L20:17:) undefined: survey 176. [cmd/scaffold.go#L23:13:](https://github.com/appist/appy/blob/master/cmd/scaffold.go#L23:13:) undefined: survey 177. [cmd/scaffold.go#L31:13:](https://github.com/appist/appy/blob/master/cmd/scaffold.go#L31:13:) undefined: survey 178. [cmd/scaffold.go#L47:9:](https://github.com/appist/appy/blob/master/cmd/scaffold.go#L47:9:) undefined: survey 179. [app.go#L109:21:](https://github.com/appist/appy/blob/master/app.go#L109:21:) a.Command().Execute undefined (type *invalid type has no field or method Execute) 180. [pack/mdwreqid.go#L6:7:](https://github.com/appist/appy/blob/master/pack/mdwreqid.go#L6:7:) could not import github.com/gofrs/uuid (invalid package name: "") 181. [record/model.go#L15:2:](https://github.com/appist/appy/blob/master/record/model.go#L15:2:) binding redeclared in this block 182. [record/model.go#L14:2:](https://github.com/appist/appy/blob/master/record/model.go#L14:2:) other declaration of binding 183. [record/model.go#L1390:50:](https://github.com/appist/appy/blob/master/record/model.go#L1390:50:) undefined: validator 184. [record/db_test.go#L118:73:](https://github.com/appist/appy/blob/master/record/db_test.go#L118:73:) undefined: pq 185. [record/model.go#L15:2:](https://github.com/appist/appy/blob/master/record/model.go#L15:2:) "github.com/go-playground/validator/v10" imported as binding and not used 186. [record/db_test.go#L18:2:](https://github.com/appist/appy/blob/master/record/db_test.go#L18:2:) "github.com/lib/pq" imported as record and not used 187. [support/i18n.go#L9:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L9:2:) could not import github.com/nicksnyder/go-i18n/v2/i18n (invalid package name: "") 188. [support/i18n.go#L10:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L10:2:) could not import golang.org/x/text/language (invalid package name: "") 189. [support/i18n.go#L11:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L11:2:) could not import gopkg.in/yaml.v2 (invalid package name: "") 190. [support/support.go#L8:2:](https://github.com/appist/appy/blob/master/support/support.go#L8:2:) binding redeclared in this block 191. [support/support.go#L7:2:](https://github.com/appist/appy/blob/master/support/support.go#L7:2:) other declaration of binding 192. [support/i18n_test.go#L10:2:](https://github.com/appist/appy/blob/master/support/i18n_test.go#L10:2:) binding redeclared in this block 193. [support/i18n_test.go#L9:2:](https://github.com/appist/appy/blob/master/support/i18n_test.go#L9:2:) other declaration of binding 194. [support/i18n.go#L32:39:](https://github.com/appist/appy/blob/master/support/i18n.go#L32:39:) undefined: yaml 195. [support/i18n.go#L33:38:](https://github.com/appist/appy/blob/master/support/i18n.go#L33:38:) undefined: yaml 196. [support/i18n.go#L114:16:](https://github.com/appist/appy/blob/master/support/i18n.go#L114:16:) undefined: validator 197. [support/support.go#L57:50:](https://github.com/appist/appy/blob/master/support/support.go#L57:50:) undefined: validator 198. [support/i18n_test.go#L90:47:](https://github.com/appist/appy/blob/master/support/i18n_test.go#L90:47:) undefined: validator 199. [support/i18n.go#L8:2:](https://github.com/appist/appy/blob/master/support/i18n.go#L8:2:) "github.com/go-playground/validator/v10" imported as binding and not used 200. [support/support.go#L8:2:](https://github.com/appist/appy/blob/master/support/support.go#L8:2:) "github.com/go-playground/validator/v10" imported as binding and not used 201. [support/i18n_test.go#L10:2:](https://github.com/appist/appy/blob/master/support/i18n_test.go#L10:2:) "github.com/go-playground/validator/v10" imported as binding and not used 202. [worker/engine.go#L20:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L20:3:) undefined: asynq 203. [worker/engine.go#L21:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L21:3:) undefined: asynq 204. [worker/engine.go#L22:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L22:3:) undefined: asynq 205. [worker/engine.go#L23:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L23:2:) undefined: asynq 206. [worker/job.go#L11:8:](https://github.com/appist/appy/blob/master/worker/job.go#L11:8:) undefined: asynq 207. [worker/engine.go#L39:16:](https://github.com/appist/appy/blob/master/worker/engine.go#L39:16:) undefined: asynq 208. [worker/engine.go#L44:20:](https://github.com/appist/appy/blob/master/worker/engine.go#L44:20:) undefined: asynq 209. [worker/engine.go#L50:23:](https://github.com/appist/appy/blob/master/worker/engine.go#L50:23:) undefined: asynq 210. [worker/job.go#L14:14:](https://github.com/appist/appy/blob/master/worker/job.go#L14:14:) undefined: asynq 211. [worker/job.go#L17:15:](https://github.com/appist/appy/blob/master/worker/job.go#L17:15:) undefined: asynq 212. [worker/job.go#L36:42:](https://github.com/appist/appy/blob/master/worker/job.go#L36:42:) undefined: asynq 213. [worker/engine.go#L59:18:](https://github.com/appist/appy/blob/master/worker/engine.go#L59:18:) undefined: asynq 214. [worker/engine.go#L67:19:](https://github.com/appist/appy/blob/master/worker/engine.go#L67:19:) undefined: asynq 215. [worker/engine.go#L86:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L86:3:) undefined: asynq 216. [worker/engine.go#L87:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L87:3:) undefined: asynq 217. [worker/engine.go#L88:3:](https://github.com/appist/appy/blob/master/worker/engine.go#L88:3:) undefined: asynq 218. [worker/engine.go#L99:20:](https://github.com/appist/appy/blob/master/worker/engine.go#L99:20:) undefined: asynq 219. [worker/engine.go#L108:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L108:4:) undefined: asynq 220. [worker/engine.go#L109:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L109:4:) undefined: asynq 221. [worker/engine.go#L110:4:](https://github.com/appist/appy/blob/master/worker/engine.go#L110:4:) undefined: asynq 222. [worker/engine.go#L123:54:](https://github.com/appist/appy/blob/master/worker/engine.go#L123:54:) undefined: asynq 223. [worker/job.go#L33:9:](https://github.com/appist/appy/blob/master/worker/job.go#L33:9:) undefined: asynq 224. [worker/job.go#L37:20:](https://github.com/appist/appy/blob/master/worker/job.go#L37:20:) undefined: asynq 225. [worker/job.go#L44:39:](https://github.com/appist/appy/blob/master/worker/job.go#L44:39:) undefined: asynq 226. [worker/job.go#L48:39:](https://github.com/appist/appy/blob/master/worker/job.go#L48:39:) undefined: asynq 227. [worker/job.go#L52:39:](https://github.com/appist/appy/blob/master/worker/job.go#L52:39:) undefined: asynq 228. [worker/job.go#L56:39:](https://github.com/appist/appy/blob/master/worker/job.go#L56:39:) undefined: asynq 229. [worker/job.go#L60:39:](https://github.com/appist/appy/blob/master/worker/job.go#L60:39:) undefined: asynq 230. [worker/job.go#L64:39:](https://github.com/appist/appy/blob/master/worker/job.go#L64:39:) undefined: asynq 231. [worker/job.go#L68:39:](https://github.com/appist/appy/blob/master/worker/job.go#L68:39:) undefined: asynq 232. [worker/engine.go#L15:2:](https://github.com/appist/appy/blob/master/worker/engine.go#L15:2:) "github.com/hibiken/asynq" imported as worker and not used 233. [worker/job.go#L6:2:](https://github.com/appist/appy/blob/master/worker/job.go#L6:2:) "github.com/hibiken/asynq" imported as worker and not used 234. [worker/engine_test.go#L14:2:](https://github.com/appist/appy/blob/master/worker/engine_test.go#L14:2:) "github.com/hibiken/asynq" imported as worker and not used

Report issue: https://github.com/appist/appy/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/asciimoo/wuzz

Got total 42 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733588507

Expand 1. config/config.go#L10:2: missing go.sum entry for module providing package github.com/BurntSushi/toml (imported by github.com/asciimoo/wuzz/config); to add: 2. go get github.com/asciimoo/wuzz/config 3. config/config.go#L11:2: missing go.sum entry for module providing package github.com/mitchellh/go-homedir (imported by github.com/asciimoo/wuzz/config); to add: 4. go get github.com/asciimoo/wuzz/config 5. [config/config.go#L10:2:](https://github.com/asciimoo/wuzz/blob/master/config/config.go#L10:2:) could not import github.com/BurntSushi/toml (invalid package name: "") 6. [config/config.go#L11:2:](https://github.com/asciimoo/wuzz/blob/master/config/config.go#L11:2:) could not import github.com/mitchellh/go-homedir (invalid package name: "") 7. [config/config.go#L166:30:](https://github.com/asciimoo/wuzz/blob/master/config/config.go#L166:30:) undefined: homedir 8. [config/config.go#L171:29:](https://github.com/asciimoo/wuzz/blob/master/config/config.go#L171:29:) undefined: homedir 9. formatter/html.go#L8:2: missing go.sum entry for module providing package github.com/PuerkitoBio/goquery (imported by github.com/asciimoo/wuzz/formatter); to add: 10. go get github.com/asciimoo/wuzz/formatter 11. formatter/json.go#L8:2: missing go.sum entry for module providing package github.com/nwidger/jsoncolor (imported by github.com/asciimoo/wuzz/formatter); to add: 12. go get github.com/asciimoo/wuzz/formatter 13. formatter/json.go#L9:2: missing go.sum entry for module providing package github.com/tidwall/gjson (imported by github.com/asciimoo/wuzz/formatter); to add: 14. go get github.com/asciimoo/wuzz/formatter 15. formatter/html.go#L9:2: missing go.sum entry for module providing package github.com/x86kernel/htmlcolor (imported by github.com/asciimoo/wuzz/formatter); to add: 16. go get github.com/asciimoo/wuzz/formatter 17. [formatter/html.go#L8:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L8:2:) could not import github.com/PuerkitoBio/goquery (invalid package name: "") 18. [formatter/html.go#L9:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L9:2:) could not import github.com/x86kernel/htmlcolor (invalid package name: "") 19. [formatter/json.go#L8:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L8:2:) could not import github.com/nwidger/jsoncolor (invalid package name: "") 20. [formatter/json.go#L9:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L9:2:) could not import github.com/tidwall/gjson (invalid package name: "") 21. wuzz.go#L30:2: missing go.sum entry for module providing package github.com/alessio/shellescape (imported by github.com/asciimoo/wuzz); to add: 22. go get github.com/asciimoo/wuzz 23. commands.go#L11:2: missing go.sum entry for module providing package github.com/jroimartin/gocui (imported by github.com/asciimoo/wuzz); to add: 24. go get github.com/asciimoo/wuzz 25. wuzz.go#L32:2: missing go.sum entry for module providing package github.com/mattn/go-runewidth (imported by github.com/asciimoo/wuzz); to add: 26. go get github.com/asciimoo/wuzz 27. commands.go#L12:2: missing go.sum entry for module providing package github.com/nsf/termbox-go (imported by github.com/asciimoo/wuzz); to add: 28. go get github.com/asciimoo/wuzz 29. wuzz.go#L25:2: missing go.sum entry for module providing package golang.org/x/net/proxy (imported by github.com/asciimoo/wuzz); to add: 30. go get github.com/asciimoo/wuzz 31. [commands.go#L11:2:](https://github.com/asciimoo/wuzz/blob/master/commands.go#L11:2:) could not import github.com/jroimartin/gocui (invalid package name: "") 32. [commands.go#L12:2:](https://github.com/asciimoo/wuzz/blob/master/commands.go#L12:2:) could not import github.com/nsf/termbox-go (invalid package name: "") 33. [wuzz.go#L25:2:](https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L25:2:) could not import golang.org/x/net/proxy (invalid package name: "") 34. [wuzz.go#L30:2:](https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L30:2:) could not import github.com/alessio/shellescape (invalid package name: "") 35. [wuzz.go#L32:2:](https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L32:2:) could not import github.com/mattn/go-runewidth (invalid package name: "") 36. [commands.go#L247:3:](https://github.com/asciimoo/wuzz/blob/master/commands.go#L247:3:) undefined: termbox 37. [wuzz.go#L1857:102:](https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L1857:102:) undefined: termbox 38. [wuzz.go#L1867:35:](https://github.com/asciimoo/wuzz/blob/master/wuzz.go#L1867:35:) undefined: runewidth 39. [formatter/html.go#L8:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L8:2:) could not import github.com/PuerkitoBio/goquery (invalid package name: "") 40. [formatter/html.go#L9:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/html.go#L9:2:) could not import github.com/x86kernel/htmlcolor (invalid package name: "") 41. [formatter/json.go#L8:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L8:2:) could not import github.com/nwidger/jsoncolor (invalid package name: "") 42. [formatter/json.go#L9:2:](https://github.com/asciimoo/wuzz/blob/master/formatter/json.go#L9:2:) could not import github.com/tidwall/gjson (invalid package name: "")

Report issue: https://github.com/asciimoo/wuzz/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/asticode/go-astiav

Got total 18 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733589012

Expand 1. -: # github.com/asticode/go-astiav 2. [bit_stream_filter.go#L6:8:](https://github.com/asticode/go-astiav/blob/master/bit_stream_filter.go#L6:8:) could not import C (no metadata for C) 3. [codec_parameters.go#L53:25:](https://github.com/asticode/go-astiav/blob/master/codec_parameters.go#L53:25:) cannot convert i (variable of type CodecID) to type uint32 4. [codec_parameters.go#L69:26:](https://github.com/asticode/go-astiav/blob/master/codec_parameters.go#L69:26:) cannot convert t (variable of type MediaType) to type int32 5. [examples/bit_stream_filtering/main.go#L25:21:](https://github.com/asticode/go-astiav/blob/master/examples/bit_stream_filtering/main.go#L25:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 6. [examples/custom_io_demuxing/main.go#L20:21:](https://github.com/asticode/go-astiav/blob/master/examples/custom_io_demuxing/main.go#L20:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 7. [examples/demuxing_decoding/main.go#L26:21:](https://github.com/asticode/go-astiav/blob/master/examples/demuxing_decoding/main.go#L26:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 8. [examples/filtering/main.go#L39:21:](https://github.com/asticode/go-astiav/blob/master/examples/filtering/main.go#L39:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 9. [examples/filtering/main.go#L236:36:](https://github.com/asticode/go-astiav/blob/master/examples/filtering/main.go#L236:36:) cannot convert s.decCodecContext.PixelFormat() (value of type astiav.PixelFormat) to type int 10. [examples/hardware_decoding/main.go#L30:21:](https://github.com/asticode/go-astiav/blob/master/examples/hardware_decoding/main.go#L30:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 11. [examples/remuxing/main.go#L20:21:](https://github.com/asticode/go-astiav/blob/master/examples/remuxing/main.go#L20:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 12. [examples/scaling/main.go#L22:21:](https://github.com/asticode/go-astiav/blob/master/examples/scaling/main.go#L22:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 13. [examples/transcoding/main.go#L44:21:](https://github.com/asticode/go-astiav/blob/master/examples/transcoding/main.go#L44:21:) cannot use astiav.LogLevelDebug (constant unknown with invalid type) as astiav.LogLevel value in argument to astiav.SetLogLevel 14. [examples/transcoding/main.go#L378:38:](https://github.com/asticode/go-astiav/blob/master/examples/transcoding/main.go#L378:38:) cannot convert s.decCodecContext.PixelFormat() (value of type astiav.PixelFormat) to type int 15. -: # github.com/asticode/go-astiav 16. [bit_stream_filter.go#L6:8:](https://github.com/asticode/go-astiav/blob/master/bit_stream_filter.go#L6:8:) could not import C (no metadata for C) 17. [codec_parameters.go#L53:25:](https://github.com/asticode/go-astiav/blob/master/codec_parameters.go#L53:25:) cannot convert i (variable of type CodecID) to type uint32 18. [codec_parameters.go#L69:26:](https://github.com/asticode/go-astiav/blob/master/codec_parameters.go#L69:26:) cannot convert t (variable of type MediaType) to type int32

Report issue: https://github.com/asticode/go-astiav/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/aurelien-rainone/go-rquad

Got total 13 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733589354

Expand 1. cntree.go#L8:2: missing go.sum entry for module providing package github.com/arl/imgtools (imported by github.com/arl/go-rquad); to add: 2. go get github.com/arl/go-rquad 3. basictree.go#L7:2: missing go.sum entry for module providing package github.com/arl/imgtools/binimg (imported by github.com/arl/go-rquad); to add: 4. go get github.com/arl/go-rquad 5. basictree.go#L8:2: missing go.sum entry for module providing package github.com/arl/imgtools/imgscan (imported by github.com/arl/go-rquad); to add: 6. go get github.com/arl/go-rquad 7. [basictree.go#L7:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/basictree.go#L7:2:) could not import github.com/arl/imgtools/binimg (invalid package name: "") 8. [basictree.go#L8:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/basictree.go#L8:2:) could not import github.com/arl/imgtools/imgscan (invalid package name: "") 9. [cntree.go#L8:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/cntree.go#L8:2:) could not import github.com/arl/imgtools (invalid package name: "") 10. [internal/png.go#L8:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/internal/png.go#L8:2:) could not import github.com/arl/imgtools/binimg (invalid package name: "") 11. [basictree.go#L7:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/basictree.go#L7:2:) could not import github.com/arl/imgtools/binimg (invalid package name: "") 12. [basictree.go#L8:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/basictree.go#L8:2:) could not import github.com/arl/imgtools/imgscan (invalid package name: "") 13. [cntree.go#L8:2:](https://github.com/aurelien-rainone/go-rquad/blob/master/cntree.go#L8:2:) could not import github.com/arl/imgtools (invalid package name: "")

Report issue: https://github.com/aurelien-rainone/go-rquad/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/youtube/vitess

Got total 1 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733695754

Expand 1. [go/vt/vtctl/vtctl.go#L841:13:](https://github.com/youtube/vitess/blob/main/go/vt/vtctl/vtctl.go#L841:13:) append all its data while range it

Report issue: https://github.com/youtube/vitess/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/apecloud/kubeblocks

Got total 39 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733587308

Expand 1. -: # github.com/apecloud/kubeblocks/pkg/testutil/k8s 2. pkg/testutil/k8s/k8sclient_util.go#L61:28: undefined: mock_client.MockClient 3. pkg/testutil/k8s/k8sclient_util.go#L62:28: undefined: mock_client.MockStatusWriter 4. pkg/testutil/k8s/k8sclient_util.go#L83:64: undefined: mock_client.MockStatusWriter 5. pkg/testutil/k8s/k8sclient_util.go#L107:68: undefined: mock_client.MockStatusWriter 6. pkg/testutil/k8s/k8sclient_util.go#L109:37: undefined: mock_client.NewMockStatusWriter 7. pkg/testutil/k8s/k8sclient_util.go#L205:55: undefined: mock_client.MockClient 8. pkg/testutil/k8s/k8sclient_util.go#L207:24: undefined: mock_client.NewMockClient 9. [pkg/testutil/k8s/k8sclient_util.go#L61:28:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L61:28:) undefined: mock_client.MockClient 10. [pkg/testutil/k8s/k8sclient_util.go#L62:28:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L62:28:) undefined: mock_client.MockStatusWriter 11. [pkg/testutil/k8s/k8sclient_util.go#L83:64:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L83:64:) undefined: mock_client.MockStatusWriter 12. [pkg/testutil/k8s/k8sclient_util.go#L107:68:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L107:68:) undefined: mock_client.MockStatusWriter 13. [pkg/testutil/k8s/k8sclient_util.go#L205:55:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L205:55:) undefined: mock_client.MockClient 14. [pkg/testutil/k8s/k8sclient_util.go#L109:37:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L109:37:) undefined: mock_client.NewMockStatusWriter 15. [pkg/testutil/k8s/k8sclient_util.go#L207:24:](https://github.com/apecloud/kubeblocks/blob/main/pkg/testutil/k8s/k8sclient_util.go#L207:24:) undefined: mock_client.NewMockClient 16. [controllers/apps/configuration/parallel_upgrade_policy_test.go#L41:33:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/parallel_upgrade_policy_test.go#L41:33:) undefined: mock_proto.MockReconfigureClient 17. [controllers/apps/configuration/parallel_upgrade_policy_test.go#L46:34:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/parallel_upgrade_policy_test.go#L46:34:) undefined: mock_proto.NewMockReconfigureClient 18. [controllers/apps/configuration/rolling_upgrade_policy_test.go#L45:33:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/rolling_upgrade_policy_test.go#L45:33:) undefined: mock_proto.MockReconfigureClient 19. [controllers/apps/configuration/rolling_upgrade_policy_test.go#L81:34:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/rolling_upgrade_policy_test.go#L81:34:) undefined: mock_proto.NewMockReconfigureClient 20. [controllers/apps/configuration/sync_upgrade_policy_test.go#L44:33:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/sync_upgrade_policy_test.go#L44:33:) undefined: mock_proto.MockReconfigureClient 21. [controllers/apps/configuration/sync_upgrade_policy_test.go#L49:34:](https://github.com/apecloud/kubeblocks/blob/main/controllers/apps/configuration/sync_upgrade_policy_test.go#L49:34:) undefined: mock_proto.NewMockReconfigureClient 22. [controllers/experimental/tree_loader_test.go#L70:12:](https://github.com/apecloud/kubeblocks/blob/main/controllers/experimental/tree_loader_test.go#L70:12:) k8sMock.EXPECT undefined (type *invalid type has no field or method EXPECT) 23. -: # github.com/apecloud/kubeblocks/pkg/configuration/container [github.com/apecloud/kubeblocks/pkg/configuration/container.test] 24. pkg/configuration/container/container_kill_test.go#L101:15: undefined: mocks.NewMockContainerAPIClient 25. pkg/configuration/container/container_kill_test.go#L153:18: undefined: mocks.NewMockRuntimeServiceClient 26. pkg/configuration/container/container_kill_test.go#L268:18: undefined: mocks.NewMockRuntimeServiceClient 27. pkg/configuration/container/container_kill_test.go#L281:18: undefined: mocks.NewMockRuntimeServiceClient 28. [pkg/configuration/container/container_kill_test.go#L101:15:](https://github.com/apecloud/kubeblocks/blob/main/pkg/configuration/container/container_kill_test.go#L101:15:) undefined: mocks.NewMockContainerAPIClient 29. [pkg/configuration/container/container_kill_test.go#L153:18:](https://github.com/apecloud/kubeblocks/blob/main/pkg/configuration/container/container_kill_test.go#L153:18:) undefined: mocks.NewMockRuntimeServiceClient 30. [pkg/configuration/container/container_kill_test.go#L268:18:](https://github.com/apecloud/kubeblocks/blob/main/pkg/configuration/container/container_kill_test.go#L268:18:) undefined: mocks.NewMockRuntimeServiceClient 31. [pkg/configuration/container/container_kill_test.go#L281:18:](https://github.com/apecloud/kubeblocks/blob/main/pkg/configuration/container/container_kill_test.go#L281:18:) undefined: mocks.NewMockRuntimeServiceClient 32. [pkg/controller/configuration/operator_test.go#L138:5:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/configuration/operator_test.go#L138:5:) k8sMockClient.MockStatusMethod().EXPECT undefined (type *invalid type has no field or method EXPECT) 33. [pkg/controller/handler/suite_test.go#L39:20:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/handler/suite_test.go#L39:20:) undefined: mocks.MockClient 34. [pkg/controller/instanceset/suite_test.go#L67:21:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/instanceset/suite_test.go#L67:21:) undefined: mocks.MockClient 35. [pkg/controller/kubebuilderx/suite_test.go#L42:24:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/kubebuilderx/suite_test.go#L42:24:) undefined: mocks.MockClient 36. [pkg/controller/kubebuilderx/plan_builder_test.go#L187:31:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/kubebuilderx/plan_builder_test.go#L187:31:) undefined: mockclient.NewMockStatusWriter 37. [pkg/controller/model/transform_utils_test.go#L132:12:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/model/transform_utils_test.go#L132:12:) k8sMock.EXPECT undefined (type *invalid type has no field or method EXPECT) 38. [pkg/controller/plan/tls_utils_test.go#L76:12:](https://github.com/apecloud/kubeblocks/blob/main/pkg/controller/plan/tls_utils_test.go#L76:12:) k8sMock.EXPECT undefined (type *invalid type has no field or method EXPECT) 39. [pkg/gotemplate/tpl_engine_test.go#L183:12:](https://github.com/apecloud/kubeblocks/blob/main/pkg/gotemplate/tpl_engine_test.go#L183:12:) k8sMock.EXPECT undefined (type *invalid type has no field or method EXPECT)

Report issue: https://github.com/apecloud/kubeblocks/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/bogem/id3v2

Got total 3 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733593779

Expand 1. -: # github.com/bogem/id3v2 [github.com/bogem/id3v2.test] 2. ./chapter_frame_test.go#L134:8: tag.AddChapterFrame undefined (type *Tag has no field or method AddChapterFrame) 3. [chapter_frame_test.go#L134:8:](https://github.com/bogem/id3v2/blob/main/chapter_frame_test.go#L134:8:) tag.AddChapterFrame undefined (type *Tag has no field or method AddChapterFrame)

Report issue: https://github.com/bogem/id3v2/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/briandowns/spinner

Got total 4 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733594920

Expand 1. [](https://github.com/briandowns/spinner/blob/master:) sundrylint: err: exit status 1: stderr: go: inconsistent vendoring in 2. golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 3. golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod 4. go mod vendor

Report issue: https://github.com/briandowns/spinner/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/cabify/timex

Got total 7 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733596727

Expand 1. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.4.0/mock/mock.go#L13:2: missing go.sum entry for module providing package github.com/davecgh/go-spew/spew (imported by github.com/stretchr/testify/mock); to add: 2. go get github.com/stretchr/testify/mock@v1.4.0 3. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.4.0/mock/mock.go#L15:2: missing go.sum entry for module providing package github.com/stretchr/objx (imported by github.com/stretchr/testify/mock); to add: 4. go get github.com/stretchr/testify/mock@v1.4.0 5. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.4.0/assert/assertions.go#L19:2: could not import github.com/davecgh/go-spew/spew (invalid package name: "") 6. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.4.0/mock/mock.go#L13:2: could not import github.com/davecgh/go-spew/spew (invalid package name: "") 7. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.4.0/mock/mock.go#L15:2: could not import github.com/stretchr/objx (invalid package name: "")

Report issue: https://github.com/cabify/timex/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/buger/gor

Got total 3 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733595639

Expand 1. -: # github.com/google/gopacket/pcap 2. ../../../../go/pkg/mod/github.com/google/gopacket@v1.1.20-0.20210429153827-3eaba0894325/pcap/pcap_unix.go#L34:10: fatal error: pcap.h: No such file or directory 3. /home/runner/go/pkg/mod/github.com/google/gopacket@v1.1.20-0.20210429153827-3eaba0894325/pcap/pcap_unix.go#L167:8: could not import C (no metadata for C)

Report issue: https://github.com/buger/gor/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/catchplay/scaffold

Got total 3 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733597237

Expand 1. scaffold/scaffold_test.go#L10:2: no required module provides package github.com/stretchr/testify/assert; to add it: 2. go get github.com/stretchr/testify/assert 3. [scaffold/scaffold_test.go#L10:2:](https://github.com/catchplay/scaffold/blob/master/scaffold/scaffold_test.go#L10:2:) could not import github.com/stretchr/testify/assert (invalid package name: "")

Report issue: https://github.com/catchplay/scaffold/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/c-bata/goptuna

Got total 1 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733596179

Expand 1. dashboard/staticfiles_embed.go#L15:12: pattern public/bundle.js: no matching files found

Report issue: https://github.com/c-bata/goptuna/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/codingsince1985/geo-golang

Got total 9 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733601548

Expand 1. -: # github.com/codingsince1985/geo-golang/cached 2. cached/geocoder.go#L17:9: cannot use cachedGeocoder{…} (value of type cachedGeocoder) as geo.Geocoder value in return statement: cachedGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext) 3. [cached/geocoder.go#L17:9:](https://github.com/codingsince1985/geo-golang/blob/master/cached/geocoder.go#L17:9:) cannot use cachedGeocoder{…} (value of type cachedGeocoder) as geo.Geocoder value in return statement: cachedGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext) 4. -: # github.com/codingsince1985/geo-golang/chained 5. chained/geocoder.go#L10:64: cannot use chainedGeocoder{…} (value of type chainedGeocoder) as geo.Geocoder value in return statement: chainedGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext) 6. [chained/geocoder.go#L10:64:](https://github.com/codingsince1985/geo-golang/blob/master/chained/geocoder.go#L10:64:) cannot use chainedGeocoder{…} (value of type chainedGeocoder) as geo.Geocoder value in return statement: chainedGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext) 7. -: # github.com/codingsince1985/geo-golang/data 8. data/geocoder.go#L21:9: cannot use dataGeocoder{…} (value of type dataGeocoder) as geo.Geocoder value in return statement: dataGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext) 9. [data/geocoder.go#L21:9:](https://github.com/codingsince1985/geo-golang/blob/master/data/geocoder.go#L21:9:) cannot use dataGeocoder{…} (value of type dataGeocoder) as geo.Geocoder value in return statement: dataGeocoder does not implement geo.Geocoder (missing method GeocodeWithContext)

Report issue: https://github.com/codingsince1985/geo-golang/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/codeship/codeship-go

Got total 16 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733601053

Expand 1. authentication.go#L9:2: missing go.sum entry for module providing package github.com/pkg/errors (imported by github.com/codeship/codeship-go); to add: 2. go get github.com/codeship/codeship-go 3. [authentication.go#L9:2:](https://github.com/codeship/codeship-go/blob/master/authentication.go#L9:2:) could not import github.com/pkg/errors (invalid package name: "") 4. options_test.go#L11:2: missing go.sum entry for module providing package github.com/sirupsen/logrus (imported by github.com/codeship/codeship-go); to add: 5. go get -t github.com/codeship/codeship-go 6. options_test.go#L12:2: missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by github.com/codeship/codeship-go); to add: 7. go get -t github.com/codeship/codeship-go 8. options_test.go#L13:2: missing go.sum entry for module providing package github.com/stretchr/testify/require (imported by github.com/codeship/codeship-go); to add: 9. go get -t github.com/codeship/codeship-go 10. [authentication.go#L9:2:](https://github.com/codeship/codeship-go/blob/master/authentication.go#L9:2:) could not import github.com/pkg/errors (invalid package name: "") 11. [options_test.go#L11:2:](https://github.com/codeship/codeship-go/blob/master/options_test.go#L11:2:) could not import github.com/sirupsen/logrus (invalid package name: "") 12. [options_test.go#L12:2:](https://github.com/codeship/codeship-go/blob/master/options_test.go#L12:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 13. [options_test.go#L13:2:](https://github.com/codeship/codeship-go/blob/master/options_test.go#L13:2:) could not import github.com/stretchr/testify/require (invalid package name: "") 14. [authentication_test.go#L11:2:](https://github.com/codeship/codeship-go/blob/master/authentication_test.go#L11:2:) could not import github.com/stretchr/testify/assert (invalid package name: "") 15. [authentication_test.go#L12:2:](https://github.com/codeship/codeship-go/blob/master/authentication_test.go#L12:2:) could not import github.com/stretchr/testify/require (invalid package name: "") 16. [codeship_test.go#L14:2:](https://github.com/codeship/codeship-go/blob/master/codeship_test.go#L14:2:) could not import github.com/pkg/errors (invalid package name: "")

Report issue: https://github.com/codeship/codeship-go/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/c9s/bbgo

Got total 23 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733596384

Expand 1. -: # github.com/webview/webview 2. /home/runner/go/pkg/mod/github.com/webview/webview@v0.0.0-20210216142346-e0bfdf0e5d90/webview.go#L44:8: could not import C (no metadata for C) 3. [cmd/bbgo-webview/main.go#L60:26:](https://github.com/c9s/bbgo/blob/main/cmd/bbgo-webview/main.go#L60:26:) cannot use webview.HintNone (constant unknown with invalid type) as webview.Hint value in argument to view.SetSize 4. -: # github.com/c9s/bbgo/examples/max-rewards 5. examples/max-rewards/main.go#L30:9: cannot use api.RewardService.NewGetRewardsOfTypeRequest(rewardType) (value of type *max.GetRewardsOfTypeRequest) as *max.GetRewardsRequest value in assignment 6. [examples/max-rewards/main.go#L30:9:](https://github.com/c9s/bbgo/blob/main/examples/max-rewards/main.go#L30:9:) cannot use api.RewardService.NewGetRewardsOfTypeRequest(rewardType) (value of type *max.GetRewardsOfTypeRequest) as *max.GetRewardsRequest value in assignment 7. -: # github.com/c9s/bbgo/examples/okex-book 8. examples/okex-book/main.go#L51:30: client.NewGetInstrumentsRequest undefined (type *okexapi.RestClient has no field or method NewGetInstrumentsRequest) 9. examples/okex-book/main.go#L66:26: client.AccountBalances undefined (type *okexapi.RestClient has no field or method AccountBalances) 10. examples/okex-book/main.go#L94:26: client.MarketTickers undefined (type *okexapi.RestClient has no field or method MarketTickers) 11. examples/okex-book/main.go#L103:25: client.MarketTicker undefined (type *okexapi.RestClient has no field or method MarketTicker) 12. examples/okex-book/main.go#L116:4: client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("50.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 13. examples/okex-book/main.go#L154:4: client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("50.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 14. examples/okex-book/main.go#L161:4: client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("30.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 15. examples/okex-book/main.go#L172:32: client.NewGetPendingOrderRequest undefined (type *okexapi.RestClient has no field or method NewGetPendingOrderRequest) 16. [examples/okex-book/main.go#L51:30:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L51:30:) client.NewGetInstrumentsRequest undefined (type *okexapi.RestClient has no field or method NewGetInstrumentsRequest) 17. [examples/okex-book/main.go#L66:26:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L66:26:) client.AccountBalances undefined (type *okexapi.RestClient has no field or method AccountBalances) 18. [examples/okex-book/main.go#L94:26:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L94:26:) client.MarketTickers undefined (type *okexapi.RestClient has no field or method MarketTickers) 19. [examples/okex-book/main.go#L103:25:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L103:25:) client.MarketTicker undefined (type *okexapi.RestClient has no field or method MarketTicker) 20. [examples/okex-book/main.go#L116:4:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L116:4:) client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("50.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 21. [examples/okex-book/main.go#L154:4:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L154:4:) client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("50.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 22. [examples/okex-book/main.go#L161:4:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L161:4:) client.NewPlaceOrderRequest().InstrumentID("LTC-USDT").OrderType(okexapi.OrderTypeLimit).Side(okexapi.SideTypeBuy).Price("30.0").Quantity undefined (type *okexapi.PlaceOrderRequest has no field or method Quantity) 23. [examples/okex-book/main.go#L172:32:](https://github.com/c9s/bbgo/blob/main/examples/okex-book/main.go#L172:32:) client.NewGetPendingOrderRequest undefined (type *okexapi.RestClient has no field or method NewGetPendingOrderRequest)

Report issue: https://github.com/c9s/bbgo/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/connectordb/connectordb

Got total 103 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733601919

Expand 1. -: # github.com/heedy/heedy/plugins/groups 2. plugins/groups/snippets.go#L208:2: undefined: Details 3. plugins/groups/snippets.go#L211:16: undefined: ScopeArray 4. plugins/groups/snippets.go#L212:16: undefined: ScopeArray 5. plugins/groups/snippets.go#L215:21: undefined: AdminDB 6. plugins/groups/snippets.go#L289:11: undefined: UserDB 7. plugins/groups/snippets.go#L297:11: undefined: UserDB 8. plugins/groups/snippets.go#L304:11: undefined: AdminDB 9. plugins/groups/snippets.go#L316:11: undefined: AdminDB 10. plugins/groups/snippets.go#L331:11: undefined: AdminDB 11. plugins/groups/snippets.go#L346:11: undefined: AdminDB 12. plugins/groups/snippets.go#L346:11: too many errors 13. [plugins/groups/snippets.go#L208:2:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L208:2:) undefined: Details 14. [plugins/groups/snippets.go#L211:16:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L211:16:) undefined: ScopeArray 15. [plugins/groups/snippets.go#L212:16:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L212:16:) undefined: ScopeArray 16. [plugins/groups/snippets.go#L215:21:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L215:21:) undefined: AdminDB 17. [plugins/groups/snippets.go#L289:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L289:11:) undefined: UserDB 18. [plugins/groups/snippets.go#L297:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L297:11:) undefined: UserDB 19. [plugins/groups/snippets.go#L304:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L304:11:) undefined: AdminDB 20. [plugins/groups/snippets.go#L316:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L316:11:) undefined: AdminDB 21. [plugins/groups/snippets.go#L331:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L331:11:) undefined: AdminDB 22. [plugins/groups/snippets.go#L346:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L346:11:) undefined: AdminDB 23. [plugins/groups/snippets.go#L220:15:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L220:15:) undefined: ErrUserNotFound 24. [plugins/groups/snippets.go#L223:5:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L223:5:) g.Icon undefined (type *Group has no field or method Icon) 25. [plugins/groups/snippets.go#L230:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L230:12:) undefined: ValidName 26. [plugins/groups/snippets.go#L236:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L236:12:) undefined: ValidGroupScopes 27. [plugins/groups/snippets.go#L241:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L241:12:) undefined: ValidGroupScopes 28. [plugins/groups/snippets.go#L246:35:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L246:35:) undefined: extractDetails 29. [plugins/groups/snippets.go#L250:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L250:12:) undefined: extractPointers 30. [plugins/groups/snippets.go#L258:7:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L258:7:) g.Name undefined (type *Group has no field or method Name) 31. [plugins/groups/snippets.go#L259:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L259:19:) undefined: ErrInvalidName 32. [plugins/groups/snippets.go#L263:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L263:19:) undefined: ErrInvalidQuery 33. [plugins/groups/snippets.go#L275:4:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L275:4:) g.ID undefined (type *Group has no field or method ID) 34. [plugins/groups/snippets.go#L284:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L284:19:) undefined: ErrNoUpdate 35. [plugins/groups/snippets.go#L291:14:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L291:14:) undefined: ErrAccessDenied 36. [plugins/groups/snippets.go#L310:94:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L310:94:) undefined: qQ 37. [plugins/groups/snippets.go#L311:8:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L311:8:) undefined: getExecError 38. [plugins/groups/snippets.go#L312:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L312:11:) g.ID undefined (type *Group has no field or method ID) 39. [plugins/groups/snippets.go#L321:15:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L321:15:) undefined: ErrNotFound 40. [plugins/groups/snippets.go#L324:5:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L324:5:) g.Icon undefined (type *Group has no field or method Icon) 41. [plugins/groups/snippets.go#L337:38:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L337:38:) g.ID undefined (type *Group has no field or method ID) 42. [plugins/groups/snippets.go#L341:9:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L341:9:) undefined: getExecError 43. [plugins/groups/snippets.go#L348:9:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L348:9:) undefined: getExecError 44. -: # github.com/heedy/heedy/plugins/kv/backend 45. plugins/kv/backend/main.go#L25:48: cannot use kv.SQLUpdater (value of type func(db *database.AdminDB, i *run.Info, curversion int) error) as func(*database.AdminDB, *run.Info, run.BuiltinHelper, int) error value in argument to p.InitSQL 46. [plugins/kv/backend/main.go#L25:48:](https://github.com/connectordb/connectordb/blob/master/plugins/kv/backend/main.go#L25:48:) cannot use kv.SQLUpdater (value of type func(db *database.AdminDB, i *run.Info, curversion int) error) as func(*database.AdminDB, *run.Info, run.BuiltinHelper, int) error value in argument to p.InitSQL 47. -: # github.com/heedy/heedy/plugins/notifications/backend 48. plugins/notifications/backend/main.go#L26:70: cannot use notifications.SQLUpdater (value of type func(db *database.AdminDB, i *run.Info, curversion int) error) as func(*database.AdminDB, *run.Info, run.BuiltinHelper, int) error value in argument to p.InitSQL 49. [plugins/notifications/backend/main.go#L26:70:](https://github.com/connectordb/connectordb/blob/master/plugins/notifications/backend/main.go#L26:70:) cannot use notifications.SQLUpdater (value of type func(db *database.AdminDB, i *run.Info, curversion int) error) as func(*database.AdminDB, *run.Info, run.BuiltinHelper, int) error value in argument to p.InitSQL 50. -: # github.com/heedy/heedy/plugins/registry/registry 51. plugins/registry/registry/github.go#L30:16: undefined: oauth2.StaticTokenObject 52. [plugins/registry/registry/github.go#L30:16:](https://github.com/connectordb/connectordb/blob/master/plugins/registry/registry/github.go#L30:16:) undefined: oauth2.StaticTokenObject 53. -: # github.com/heedy/heedy/plugins/groups [github.com/heedy/heedy/plugins/groups.test] 54. plugins/groups/snippets.go#L208:2: undefined: Details 55. plugins/groups/snippets.go#L211:16: undefined: ScopeArray 56. plugins/groups/snippets.go#L212:16: undefined: ScopeArray 57. plugins/groups/snippets.go#L215:21: undefined: AdminDB 58. plugins/groups/snippets.go#L289:11: undefined: UserDB 59. plugins/groups/snippets.go#L297:11: undefined: UserDB 60. plugins/groups/snippets.go#L304:11: undefined: AdminDB 61. plugins/groups/snippets.go#L316:11: undefined: AdminDB 62. plugins/groups/snippets.go#L331:11: undefined: AdminDB 63. plugins/groups/snippets.go#L346:11: undefined: AdminDB 64. plugins/groups/snippets.go#L346:11: too many errors 65. [plugins/groups/snippets.go#L208:2:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L208:2:) undefined: Details 66. [plugins/groups/snippets.go#L211:16:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L211:16:) undefined: ScopeArray 67. [plugins/groups/snippets.go#L212:16:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L212:16:) undefined: ScopeArray 68. [plugins/groups/snippets.go#L215:21:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L215:21:) undefined: AdminDB 69. [plugins/groups/snippets.go#L289:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L289:11:) undefined: UserDB 70. [plugins/groups/snippets.go#L297:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L297:11:) undefined: UserDB 71. [plugins/groups/snippets.go#L304:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L304:11:) undefined: AdminDB 72. [plugins/groups/snippets.go#L316:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L316:11:) undefined: AdminDB 73. [plugins/groups/snippets.go#L331:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L331:11:) undefined: AdminDB 74. [plugins/groups/snippets.go#L346:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L346:11:) undefined: AdminDB 75. [plugins/groups/snippets.go#L220:15:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L220:15:) undefined: ErrUserNotFound 76. [plugins/groups/snippets.go#L223:5:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L223:5:) g.Icon undefined (type *Group has no field or method Icon) 77. [plugins/groups/snippets.go#L230:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L230:12:) undefined: ValidName 78. [plugins/groups/snippets.go#L236:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L236:12:) undefined: ValidGroupScopes 79. [plugins/groups/snippets.go#L241:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L241:12:) undefined: ValidGroupScopes 80. [plugins/groups/snippets.go#L246:35:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L246:35:) undefined: extractDetails 81. [plugins/groups/snippets.go#L250:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L250:12:) undefined: extractPointers 82. [plugins/groups/snippets.go#L258:7:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L258:7:) g.Name undefined (type *Group has no field or method Name) 83. [plugins/groups/snippets.go#L259:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L259:19:) undefined: ErrInvalidName 84. [plugins/groups/snippets.go#L263:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L263:19:) undefined: ErrInvalidQuery 85. [plugins/groups/snippets.go#L275:4:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L275:4:) g.ID undefined (type *Group has no field or method ID) 86. [plugins/groups/snippets.go#L284:19:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L284:19:) undefined: ErrNoUpdate 87. [plugins/groups/snippets.go#L291:14:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L291:14:) undefined: ErrAccessDenied 88. [plugins/groups/snippets.go#L310:94:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L310:94:) undefined: qQ 89. [plugins/groups/snippets.go#L311:8:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L311:8:) undefined: getExecError 90. [plugins/groups/snippets.go#L312:11:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L312:11:) g.ID undefined (type *Group has no field or method ID) 91. [plugins/groups/snippets.go#L321:15:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L321:15:) undefined: ErrNotFound 92. [plugins/groups/snippets.go#L324:5:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L324:5:) g.Icon undefined (type *Group has no field or method Icon) 93. [plugins/groups/snippets.go#L337:38:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L337:38:) g.ID undefined (type *Group has no field or method ID) 94. [plugins/groups/snippets.go#L341:9:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L341:9:) undefined: getExecError 95. [plugins/groups/snippets.go#L348:9:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/snippets.go#L348:9:) undefined: getExecError 96. [plugins/groups/group_test.go#L10:17:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/group_test.go#L10:17:) undefined: newDB 97. [plugins/groups/group_test.go#L15:36:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/group_test.go#L15:36:) undefined: User 98. [plugins/groups/group_test.go#L16:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/group_test.go#L16:12:) undefined: Details 99. [plugins/groups/group_test.go#L27:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/group_test.go#L27:12:) undefined: Details 100. [plugins/groups/group_test.go#L45:12:](https://github.com/connectordb/connectordb/blob/master/plugins/groups/group_test.go#L45:12:) undefined: Details 101. -: # github.com/heedy/heedy/plugins/registry/registry [github.com/heedy/heedy/plugins/registry/registry.test] 102. plugins/registry/registry/github.go#L30:16: undefined: oauth2.StaticTokenObject 103. [plugins/registry/registry/github.go#L30:16:](https://github.com/connectordb/connectordb/blob/master/plugins/registry/registry/github.go#L30:16:) undefined: oauth2.StaticTokenObject

Report issue: https://github.com/connectordb/connectordb/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/couchbase/go-couchbase

Got total 322 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733602519

Expand 1. client.go#L40:2: no required module provides package github.com/couchbase/gomemcached; to add it: 2. go get github.com/couchbase/gomemcached 3. client.go#L41:2: no required module provides package github.com/couchbase/gomemcached/client; to add it: 4. go get github.com/couchbase/gomemcached/client 5. client.go#L42:2: no required module provides package github.com/couchbase/goutils/logging; to add it: 6. go get github.com/couchbase/goutils/logging 7. [client.go#L40:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L40:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 8. [client.go#L41:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L41:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 9. [client.go#L42:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L42:2:) could not import github.com/couchbase/goutils/logging (invalid package name: "") 10. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 11. [client.go#L41:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L41:2:) other declaration of client 12. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 13. [conn_pool.go#L10:2:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L10:2:) other declaration of client 14. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 15. [pools.go#L28:2:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L28:2:) other declaration of client 16. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 17. [tap.go#L4:2:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L4:2:) other declaration of client 18. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 19. [upr.go#L10:2:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L10:2:) other declaration of client 20. [client.go#L731:17:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L731:17:) undefined: memcached 21. [conn_pool.go#L19:47:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L19:47:) undefined: memcached 22. [conn_pool.go#L40:92:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L40:92:) undefined: memcached 23. [conn_pool.go#L42:20:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L42:20:) undefined: memcached 24. [tap.go#L19:11:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L19:11:) undefined: memcached 25. [tap.go#L22:13:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L22:13:) undefined: memcached 26. [tap.go#L23:15:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L23:15:) undefined: memcached 27. [tap.go#L24:17:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L24:17:) undefined: memcached 28. [upr.go#L20:12:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L20:12:) undefined: memcached 29. [upr.go#L39:13:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L39:13:) undefined: memcached 30. [upr.go#L24:24:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L24:24:) undefined: memcached 31. [upr.go#L45:29:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L45:29:) undefined: memcached 32. [client.go#L121:42:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L121:42:) undefined: memcached 33. [client.go#L125:43:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L125:43:) undefined: memcached 34. [client.go#L321:77:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L321:77:) undefined: memcached 35. [client.go#L378:53:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L378:53:) undefined: memcached 36. [client.go#L427:52:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L427:52:) undefined: memcached 37. [client.go#L550:36:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L550:36:) undefined: memcached 38. [client.go#L788:36:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L788:36:) undefined: memcached 39. [client.go#L871:56:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L871:56:) undefined: memcached 40. [client.go#L891:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L891:95:) undefined: memcached 41. [client.go#L899:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L899:95:) undefined: memcached 42. [client.go#L998:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L998:32:) undefined: memcached 43. [client.go#L1006:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1006:32:) undefined: memcached 44. [client.go#L1059:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1059:32:) undefined: memcached 45. [client.go#L1114:80:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1114:80:) undefined: memcached 46. [client.go#L1119:83:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1119:83:) undefined: memcached 47. [client.go#L1124:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1124:32:) undefined: memcached 48. [client.go#L1156:99:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1156:99:) undefined: memcached 49. [client.go#L1160:102:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1160:102:) undefined: memcached 50. [client.go#L1165:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1165:32:) undefined: memcached 51. [client.go#L1210:68:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1210:68:) undefined: memcached 52. [client.go#L1215:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1215:75:) undefined: memcached 53. [client.go#L1220:87:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1220:87:) undefined: memcached 54. [client.go#L1225:66:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1225:66:) undefined: memcached 55. [client.go#L1232:68:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1232:68:) undefined: memcached 56. [client.go#L1242:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1242:75:) undefined: memcached 57. [client.go#L1252:66:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1252:66:) undefined: memcached 58. [client.go#L1263:74:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1263:74:) undefined: memcached 59. [client.go#L1273:72:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1273:72:) undefined: memcached 60. [client.go#L1282:60:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1282:60:) undefined: memcached 61. [client.go#L1322:72:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1322:72:) undefined: memcached 62. [client.go#L1348:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1348:95:) undefined: memcached 63. [client.go#L1375:48:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1375:48:) undefined: memcached 64. [client.go#L1400:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1400:75:) undefined: memcached 65. [client.go#L1414:60:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1414:60:) undefined: memcached 66. [client.go#L1419:47:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1419:47:) undefined: memcached 67. [client.go#L1426:64:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1426:64:) undefined: memcached 68. [client.go#L1446:101:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1446:101:) undefined: memcached 69. [client.go#L1478:47:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1478:47:) undefined: memcached 70. [client.go#L1483:71:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1483:71:) undefined: memcached 71. [client.go#L1501:71:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1501:71:) undefined: memcached 72. [client.go#L1519:52:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1519:52:) undefined: memcached 73. [client.go#L1539:22:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1539:22:) undefined: memcached 74. [client.go#L1599:44:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1599:44:) undefined: memcached 75. [conn_pool.go#L85:93:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L85:93:) undefined: memcached 76. [conn_pool.go#L203:64:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L203:64:) undefined: memcached 77. [conn_pool.go#L272:35:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L272:35:) undefined: memcached 78. [conn_pool.go#L276:37:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L276:37:) undefined: memcached 79. [conn_pool.go#L310:38:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L310:38:) undefined: memcached 80. [conn_pool.go#L360:42:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L360:42:) undefined: memcached 81. [conn_pool.go#L376:46:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L376:46:) undefined: memcached 82. [conn_pool.go#L376:72:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L376:72:) undefined: memcached 83. [conn_pool.go#L394:116:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L394:116:) undefined: memcached 84. [pools.go#L451:54:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L451:54:) undefined: memcached 85. [pools.go#L474:42:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L474:42:) undefined: memcached 86. [pools.go#L501:43:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L501:43:) undefined: memcached 87. [tap.go#L30:37:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L30:37:) undefined: memcached 88. [tap.go#L104:51:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L104:51:) undefined: memcached 89. [client.go#L749:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L749:2:) undefined: memcached 90. [client.go#L1025:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1025:25:) undefined: memcached 91. [client.go#L1027:15:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1027:15:) undefined: memcached 92. [client.go#L1078:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1078:25:) undefined: memcached 93. [client.go#L1080:15:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1080:15:) undefined: memcached 94. [client.go#L1143:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1143:25:) undefined: memcached 95. [client.go#L1184:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1184:25:) undefined: memcached 96. [client.go#L1298:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1298:28:) undefined: memcached 97. [client.go#L1334:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1334:28:) undefined: memcached 98. [client.go#L1360:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1360:28:) undefined: memcached 99. [client.go#L1382:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1382:25:) undefined: memcached 100. [client.go#L1433:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1433:25:) undefined: memcached 101. [client.go#L1452:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1452:25:) undefined: memcached 102. [client.go#L1489:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1489:25:) undefined: memcached 103. [client.go#L1507:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1507:25:) undefined: memcached 104. [client.go#L1527:31:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1527:31:) undefined: memcached 105. [client.go#L1558:12:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1558:12:) undefined: memcached 106. [client.go#L1604:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1604:25:) undefined: memcached 107. [conn_pool.go#L60:27:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L60:27:) undefined: memcached 108. [conn_pool.go#L86:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L86:15:) undefined: memcached 109. [conn_pool.go#L88:12:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L88:12:) undefined: memcached 110. [conn_pool.go#L91:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L91:15:) undefined: memcached 111. [conn_pool.go#L93:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L93:15:) undefined: memcached 112. [conn_pool.go#L109:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L109:31:) undefined: memcached 113. [conn_pool.go#L112:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L112:31:) undefined: memcached 114. [conn_pool.go#L116:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L116:31:) undefined: memcached 115. [conn_pool.go#L120:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L120:31:) undefined: memcached 116. [pools.go#L753:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L753:5:) use of package client not in selector 117. [pools.go#L775:3:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L775:3:) use of package client not in selector 118. [pools.go#L777:12:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L777:12:) use of package client not in selector 119. [pools.go#L778:3:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L778:3:) use of package client not in selector 120. [tap.go#L32:18:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L32:18:) undefined: memcached 121. [tap.go#L39:21:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L39:21:) undefined: memcached 122. [tap.go#L89:19:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L89:19:) undefined: memcached 123. [upr.go#L117:31:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L117:31:) undefined: memcached 124. [upr.go#L283:19:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L283:19:) undefined: memcached 125. [cbdatasource/cbdatasource.go#L39:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L39:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 126. [cbdatasource/cbdatasource.go#L40:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L40:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 127. [cbdatasource/cbdatasource.go#L236:40:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L236:40:) undefined: memcached 128. [cbdatasource/cbdatasource.go#L241:4:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L241:4:) undefined: memcached 129. [cbdatasource/cbdatasource.go#L1969:26:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1969:26:) undefined: memcached 130. [cbdatasource/cbdatasource.go#L1983:19:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1983:19:) undefined: memcached 131. [cbdatasource/cbdatasource.go#L2026:18:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L2026:18:) undefined: memcached 132. [cbdatasource/cbdatasource.go#L997:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L997:14:) undefined: memcached 133. [cbdatasource/cbdatasource.go#L1002:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1002:14:) undefined: memcached 134. [cbdatasource/cbdatasource.go#L1008:17:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1008:17:) undefined: memcached 135. [cbdatasource/example/main.go#L31:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/example/main.go#L31:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 136. examples/cb_auth/example.go#L6:2: no required module provides package github.com/couchbase/cbauth; to add it: 137. go get github.com/couchbase/cbauth 138. [examples/cb_auth/example.go#L6:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/cb_auth/example.go#L6:2:) could not import github.com/couchbase/cbauth (invalid package name: "") 139. [examples/hello_tap/hello_tap.go#L9:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/hello_tap/hello_tap.go#L9:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 140. [examples/hello_tap/hello_tap.go#L13:36:](https://github.com/couchbase/go-couchbase/blob/master/examples/hello_tap/hello_tap.go#L13:36:) undefined: memcached 141. [examples/hello_tap/hello_tap.go#L43:10:](https://github.com/couchbase/go-couchbase/blob/master/examples/hello_tap/hello_tap.go#L43:10:) undefined: memcached 142. examples/mb-15442/repro.go#L8:2: no required module provides package github.com/couchbaselabs/go_n1ql; to add it: 143. go get github.com/couchbaselabs/go_n1ql 144. [examples/mb-15442/repro.go#L8:4:](https://github.com/couchbase/go-couchbase/blob/master/examples/mb-15442/repro.go#L8:4:) could not import github.com/couchbaselabs/go_n1ql (invalid package name: "") 145. [examples/upr_bench/bench.go#L14:6:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_bench/bench.go#L14:6:) could not import github.com/couchbase/gomemcached (invalid package name: "") 146. [examples/upr_bench/bench.go#L15:5:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_bench/bench.go#L15:5:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 147. [examples/upr_feed/feed.go#L7:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_feed/feed.go#L7:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 148. [examples/upr_feed/feed.go#L8:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_feed/feed.go#L8:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 149. [examples/upr_feed/feed.go#L108:13:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_feed/feed.go#L108:13:) undefined: memcached 150. [examples/upr_restart/restart.go#L9:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_restart/restart.go#L9:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 151. [examples/upr_restart/restart.go#L10:2:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_restart/restart.go#L10:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 152. [examples/upr_restart/restart.go#L81:12:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_restart/restart.go#L81:12:) undefined: memcached 153. [examples/upr_restart/restart.go#L81:12:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_restart/restart.go#L81:12:) undefined: memcached 154. [examples/upr_restart/restart.go#L123:9:](https://github.com/couchbase/go-couchbase/blob/master/examples/upr_restart/restart.go#L123:9:) undefined: memcached 155. perf/generate-json.go#L5:2: no required module provides package github.com/Pallinder/go-randomdata; to add it: 156. go get github.com/Pallinder/go-randomdata 157. [perf/generate-json.go#L5:2:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L5:2:) could not import github.com/Pallinder/go-randomdata (invalid package name: "") 158. [perf/generate-json.go#L21:11:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L21:11:) undefined: randomdata 159. [perf/generate-json.go#L21:31:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L21:31:) undefined: randomdata 160. [perf/generate-json.go#L22:12:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L22:12:) undefined: randomdata 161. [perf/generate-json.go#L23:10:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L23:10:) undefined: randomdata 162. [perf/generate-json.go#L24:14:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L24:14:) undefined: randomdata 163. [perf/generate-json.go#L25:11:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L25:11:) undefined: randomdata 164. [perf/generate-json.go#L26:12:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L26:12:) undefined: randomdata 165. [perf/generate-json.go#L26:29:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L26:29:) undefined: randomdata 166. [perf/generate-json.go#L27:14:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L27:14:) undefined: randomdata 167. [perf/generate-json.go#L27:33:](https://github.com/couchbase/go-couchbase/blob/master/perf/generate-json.go#L27:33:) undefined: randomdata 168. [client.go#L40:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L40:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 169. [client.go#L41:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L41:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 170. [client.go#L42:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L42:2:) could not import github.com/couchbase/goutils/logging (invalid package name: "") 171. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 172. [client.go#L41:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L41:2:) other declaration of client 173. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 174. [conn_pool.go#L10:2:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L10:2:) other declaration of client 175. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 176. [pools.go#L28:2:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L28:2:) other declaration of client 177. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 178. [tap.go#L4:2:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L4:2:) other declaration of client 179. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 180. [upr.go#L10:2:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L10:2:) other declaration of client 181. [pools.go#L657:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L657:5:) client already declared through import of package client ("github.com/couchbase/gomemcached/client") 182. [conn_pool_test.go#L11:2:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L11:2:) other declaration of client 183. [client.go#L731:17:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L731:17:) undefined: memcached 184. [conn_pool.go#L19:47:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L19:47:) undefined: memcached 185. [conn_pool.go#L40:92:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L40:92:) undefined: memcached 186. [conn_pool.go#L42:20:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L42:20:) undefined: memcached 187. [tap.go#L19:11:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L19:11:) undefined: memcached 188. [tap.go#L22:13:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L22:13:) undefined: memcached 189. [tap.go#L23:15:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L23:15:) undefined: memcached 190. [tap.go#L24:17:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L24:17:) undefined: memcached 191. [upr.go#L20:12:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L20:12:) undefined: memcached 192. [upr.go#L39:13:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L39:13:) undefined: memcached 193. [upr.go#L24:24:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L24:24:) undefined: memcached 194. [upr.go#L45:29:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L45:29:) undefined: memcached 195. [client.go#L121:42:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L121:42:) undefined: memcached 196. [client.go#L125:43:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L125:43:) undefined: memcached 197. [client.go#L321:77:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L321:77:) undefined: memcached 198. [client.go#L378:53:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L378:53:) undefined: memcached 199. [client.go#L427:52:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L427:52:) undefined: memcached 200. [client.go#L550:36:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L550:36:) undefined: memcached 201. [client.go#L788:36:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L788:36:) undefined: memcached 202. [client.go#L871:56:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L871:56:) undefined: memcached 203. [client.go#L891:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L891:95:) undefined: memcached 204. [client.go#L899:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L899:95:) undefined: memcached 205. [client.go#L998:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L998:32:) undefined: memcached 206. [client.go#L1006:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1006:32:) undefined: memcached 207. [client.go#L1059:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1059:32:) undefined: memcached 208. [client.go#L1114:80:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1114:80:) undefined: memcached 209. [client.go#L1119:83:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1119:83:) undefined: memcached 210. [client.go#L1124:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1124:32:) undefined: memcached 211. [client.go#L1156:99:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1156:99:) undefined: memcached 212. [client.go#L1160:102:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1160:102:) undefined: memcached 213. [client.go#L1165:32:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1165:32:) undefined: memcached 214. [client.go#L1210:68:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1210:68:) undefined: memcached 215. [client.go#L1215:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1215:75:) undefined: memcached 216. [client.go#L1220:87:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1220:87:) undefined: memcached 217. [client.go#L1225:66:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1225:66:) undefined: memcached 218. [client.go#L1232:68:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1232:68:) undefined: memcached 219. [client.go#L1242:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1242:75:) undefined: memcached 220. [client.go#L1252:66:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1252:66:) undefined: memcached 221. [client.go#L1263:74:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1263:74:) undefined: memcached 222. [client.go#L1273:72:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1273:72:) undefined: memcached 223. [client.go#L1282:60:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1282:60:) undefined: memcached 224. [client.go#L1322:72:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1322:72:) undefined: memcached 225. [client.go#L1348:95:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1348:95:) undefined: memcached 226. [client.go#L1375:48:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1375:48:) undefined: memcached 227. [client.go#L1400:75:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1400:75:) undefined: memcached 228. [client.go#L1414:60:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1414:60:) undefined: memcached 229. [client.go#L1419:47:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1419:47:) undefined: memcached 230. [client.go#L1426:64:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1426:64:) undefined: memcached 231. [client.go#L1446:101:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1446:101:) undefined: memcached 232. [client.go#L1478:47:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1478:47:) undefined: memcached 233. [client.go#L1483:71:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1483:71:) undefined: memcached 234. [client.go#L1501:71:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1501:71:) undefined: memcached 235. [client.go#L1519:52:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1519:52:) undefined: memcached 236. [client.go#L1539:22:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1539:22:) undefined: memcached 237. [client.go#L1599:44:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1599:44:) undefined: memcached 238. [conn_pool.go#L85:93:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L85:93:) undefined: memcached 239. [conn_pool.go#L203:64:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L203:64:) undefined: memcached 240. [conn_pool.go#L272:35:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L272:35:) undefined: memcached 241. [conn_pool.go#L276:37:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L276:37:) undefined: memcached 242. [conn_pool.go#L310:38:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L310:38:) undefined: memcached 243. [conn_pool.go#L360:42:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L360:42:) undefined: memcached 244. [conn_pool.go#L376:46:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L376:46:) undefined: memcached 245. [conn_pool.go#L376:72:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L376:72:) undefined: memcached 246. [conn_pool.go#L394:116:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L394:116:) undefined: memcached 247. [pools.go#L451:54:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L451:54:) undefined: memcached 248. [pools.go#L474:42:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L474:42:) undefined: memcached 249. [pools.go#L501:43:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L501:43:) undefined: memcached 250. [tap.go#L30:37:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L30:37:) undefined: memcached 251. [tap.go#L104:51:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L104:51:) undefined: memcached 252. [conn_pool_test.go#L44:87:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L44:87:) undefined: memcached 253. [client.go#L749:2:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L749:2:) undefined: memcached 254. [client.go#L1025:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1025:25:) undefined: memcached 255. [client.go#L1027:15:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1027:15:) undefined: memcached 256. [client.go#L1078:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1078:25:) undefined: memcached 257. [client.go#L1080:15:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1080:15:) undefined: memcached 258. [client.go#L1143:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1143:25:) undefined: memcached 259. [client.go#L1184:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1184:25:) undefined: memcached 260. [client.go#L1298:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1298:28:) undefined: memcached 261. [client.go#L1334:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1334:28:) undefined: memcached 262. [client.go#L1360:28:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1360:28:) undefined: memcached 263. [client.go#L1382:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1382:25:) undefined: memcached 264. [client.go#L1433:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1433:25:) undefined: memcached 265. [client.go#L1452:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1452:25:) undefined: memcached 266. [client.go#L1489:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1489:25:) undefined: memcached 267. [client.go#L1507:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1507:25:) undefined: memcached 268. [client.go#L1527:31:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1527:31:) undefined: memcached 269. [client.go#L1558:12:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1558:12:) undefined: memcached 270. [client.go#L1604:25:](https://github.com/couchbase/go-couchbase/blob/master/client.go#L1604:25:) undefined: memcached 271. [conn_pool.go#L60:27:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L60:27:) undefined: memcached 272. [conn_pool.go#L86:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L86:15:) undefined: memcached 273. [conn_pool.go#L88:12:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L88:12:) undefined: memcached 274. [conn_pool.go#L91:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L91:15:) undefined: memcached 275. [conn_pool.go#L93:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L93:15:) undefined: memcached 276. [conn_pool.go#L109:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L109:31:) undefined: memcached 277. [conn_pool.go#L112:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L112:31:) undefined: memcached 278. [conn_pool.go#L116:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L116:31:) undefined: memcached 279. [conn_pool.go#L120:31:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool.go#L120:31:) undefined: memcached 280. [pools.go#L753:5:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L753:5:) use of package client not in selector 281. [pools.go#L775:3:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L775:3:) use of package client not in selector 282. [pools.go#L777:12:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L777:12:) use of package client not in selector 283. [pools.go#L778:3:](https://github.com/couchbase/go-couchbase/blob/master/pools.go#L778:3:) use of package client not in selector 284. [tap.go#L32:18:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L32:18:) undefined: memcached 285. [tap.go#L39:21:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L39:21:) undefined: memcached 286. [tap.go#L89:19:](https://github.com/couchbase/go-couchbase/blob/master/tap.go#L89:19:) undefined: memcached 287. [upr.go#L117:31:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L117:31:) undefined: memcached 288. [upr.go#L283:19:](https://github.com/couchbase/go-couchbase/blob/master/upr.go#L283:19:) undefined: memcached 289. [conn_pool_test.go#L45:9:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L45:9:) undefined: memcached 290. [conn_pool_test.go#L52:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L52:22:) undefined: memcached 291. [conn_pool_test.go#L81:16:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L81:16:) undefined: memcached 292. [conn_pool_test.go#L144:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L144:22:) undefined: memcached 293. [conn_pool_test.go#L148:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L148:15:) undefined: memcached 294. [conn_pool_test.go#L185:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L185:22:) undefined: memcached 295. [conn_pool_test.go#L212:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L212:22:) undefined: memcached 296. [conn_pool_test.go#L216:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L216:15:) undefined: memcached 297. [conn_pool_test.go#L241:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L241:22:) undefined: memcached 298. [conn_pool_test.go#L245:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L245:15:) undefined: memcached 299. [conn_pool_test.go#L272:22:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L272:22:) undefined: memcached 300. [conn_pool_test.go#L276:15:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L276:15:) undefined: memcached 301. [conn_pool_test.go#L289:89:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L289:89:) undefined: memcached 302. [conn_pool_test.go#L377:10:](https://github.com/couchbase/go-couchbase/blob/master/conn_pool_test.go#L377:10:) undefined: memcached 303. [cbdatasource/cbdatasource.go#L39:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L39:2:) could not import github.com/couchbase/gomemcached (invalid package name: "") 304. [cbdatasource/cbdatasource.go#L40:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L40:2:) could not import github.com/couchbase/gomemcached/client (invalid package name: "") 305. [cbdatasource/cbdatasource.go#L236:40:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L236:40:) undefined: memcached 306. [cbdatasource/cbdatasource.go#L241:4:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L241:4:) undefined: memcached 307. [cbdatasource/cbdatasource.go#L1969:26:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1969:26:) undefined: memcached 308. [cbdatasource/cbdatasource.go#L1983:19:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1983:19:) undefined: memcached 309. [cbdatasource/cbdatasource.go#L2026:18:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L2026:18:) undefined: memcached 310. [cbdatasource/cbdatasource.go#L997:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L997:14:) undefined: memcached 311. [cbdatasource/cbdatasource.go#L1002:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1002:14:) undefined: memcached 312. [cbdatasource/cbdatasource.go#L1008:17:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource.go#L1008:17:) undefined: memcached 313. [cbdatasource/cbdatasource_test.go#L367:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L367:43:) undefined: memcached 314. [cbdatasource/cbdatasource_test.go#L464:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L464:43:) undefined: memcached 315. [cbdatasource/cbdatasource_test.go#L517:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L517:43:) undefined: memcached 316. [cbdatasource/cbdatasource_test.go#L569:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L569:43:) undefined: memcached 317. [cbdatasource/cbdatasource_test.go#L633:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L633:43:) undefined: memcached 318. [cbdatasource/cbdatasource_test.go#L733:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L733:43:) undefined: memcached 319. [cbdatasource/cbdatasource_test.go#L737:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L737:14:) undefined: memcached 320. [cbdatasource/cbdatasource_test.go#L852:43:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L852:43:) undefined: memcached 321. [cbdatasource/cbdatasource_test.go#L856:14:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/cbdatasource_test.go#L856:14:) undefined: memcached 322. [cbdatasource/example/main.go#L31:2:](https://github.com/couchbase/go-couchbase/blob/master/cbdatasource/example/main.go#L31:2:) could not import github.com/couchbase/gomemcached (invalid package name: "")

Report issue: https://github.com/couchbase/go-couchbase/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/cpmech/gosl

Got total 18 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733602589

Expand 1. -: # github.com/cpmech/gosl/fun/fftw 2. fun/fftw/plan1d.go#L10:10: fatal error: fftw3.h: No such file or directory 3. [fun/fftw/flags.go#L10:8:](https://github.com/cpmech/gosl/blob/main/fun/fftw/flags.go#L10:8:) could not import C (no metadata for C) 4. -: # github.com/cpmech/gosl/la/oblas 5. la/oblas/oblas.go#L23:10: fatal error: lapacke.h: No such file or directory 6. [la/oblas/flags.go#L11:8:](https://github.com/cpmech/gosl/blob/main/la/oblas/flags.go#L11:8:) could not import C (no metadata for C) 7. [la/flags.go#L12:8:](https://github.com/cpmech/gosl/blob/main/la/flags.go#L12:8:) could not import C (no metadata for C) 8. [gm/metis.go#L13:8:](https://github.com/cpmech/gosl/blob/main/gm/metis.go#L13:8:) could not import C (no metadata for C) 9. -: # github.com/cpmech/gosl/fun/fftw 10. # [github.com/cpmech/gosl/fun/fftw] 11. fun/fftw/plan1d.go#L10:10: fatal error: fftw3.h: No such file or directory 12. [fun/fftw/flags.go#L10:8:](https://github.com/cpmech/gosl/blob/main/fun/fftw/flags.go#L10:8:) could not import C (no metadata for C) 13. [gm/metis.go#L13:8:](https://github.com/cpmech/gosl/blob/main/gm/metis.go#L13:8:) could not import C (no metadata for C) 14. [la/flags.go#L12:8:](https://github.com/cpmech/gosl/blob/main/la/flags.go#L12:8:) could not import C (no metadata for C) 15. -: # github.com/cpmech/gosl/la/oblas 16. # [github.com/cpmech/gosl/la/oblas] 17. la/oblas/oblas.go#L23:10: fatal error: lapacke.h: No such file or directory 18. [la/oblas/flags.go#L11:8:](https://github.com/cpmech/gosl/blob/main/la/oblas/flags.go#L11:8:) could not import C (no metadata for C)

Report issue: https://github.com/cpmech/gosl/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/cossacklabs/acra

Got total 6 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733602491

Expand 1. -: # github.com/cossacklabs/themis/gothemis/errors 2. ../../../../go/pkg/mod/github.com/cossacklabs/themis/gothemis@v0.14.0/errors/error.go#L21:10: fatal error: themis/themis.h: No such file or directory 3. /home/runner/go/pkg/mod/github.com/cossacklabs/themis/gothemis@v0.14.0/errors/error.go#L23:8: could not import C (no metadata for C) 4. /home/runner/go/pkg/mod/github.com/cossacklabs/themis/gothemis@v0.14.0/keys/keypair.go#L54:8: could not import C (no metadata for C) 5. /home/runner/go/pkg/mod/github.com/cossacklabs/themis/gothemis@v0.14.0/cell/cell.go#L174:8: could not import C (no metadata for C) 6. /home/runner/go/pkg/mod/github.com/cossacklabs/themis/gothemis@v0.14.0/message/message.go#L64:8: could not import C (no metadata for C)

Report issue: https://github.com/cossacklabs/acra/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/davidbyttow/govips

Got total 52 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733605306

Expand 1. -: # github.com/davidbyttow/govips/v2/vips 2. [vips/arithmetic.go#L4:8:](https://github.com/davidbyttow/govips/blob/master/vips/arithmetic.go#L4:8:) could not import C (no metadata for C) 3. [vips/foreign.go#L52:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L52:2:) duplicate key unknown in map literal 4. [vips/foreign.go#L53:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L53:2:) duplicate key unknown in map literal 5. [vips/foreign.go#L54:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L54:2:) duplicate key unknown in map literal 6. [vips/foreign.go#L55:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L55:2:) duplicate key unknown in map literal 7. [vips/foreign.go#L56:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L56:2:) duplicate key unknown in map literal 8. [vips/foreign.go#L57:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L57:2:) duplicate key unknown in map literal 9. [vips/foreign.go#L58:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L58:2:) duplicate key unknown in map literal 10. [vips/foreign.go#L59:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L59:2:) duplicate key unknown in map literal 11. [vips/foreign.go#L60:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L60:2:) duplicate key unknown in map literal 12. [vips/foreign.go#L61:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L61:2:) duplicate key unknown in map literal 13. [vips/foreign.go#L62:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L62:2:) duplicate key unknown in map literal 14. [vips/foreign.go#L63:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L63:2:) duplicate key unknown in map literal 15. [vips/foreign.go#L69:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L69:2:) duplicate key unknown in map literal 16. [vips/foreign.go#L70:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L70:2:) duplicate key unknown in map literal 17. [vips/foreign.go#L71:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L71:2:) duplicate key unknown in map literal 18. [vips/foreign.go#L72:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L72:2:) duplicate key unknown in map literal 19. [vips/foreign.go#L73:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L73:2:) duplicate key unknown in map literal 20. [vips/foreign.go#L74:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L74:2:) duplicate key unknown in map literal 21. [vips/foreign.go#L75:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L75:2:) duplicate key unknown in map literal 22. [vips/foreign.go#L76:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L76:2:) duplicate key unknown in map literal 23. [vips/foreign.go#L77:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L77:2:) duplicate key unknown in map literal 24. [vips/foreign.go#L78:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L78:2:) duplicate key unknown in map literal 25. [vips/foreign.go#L79:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L79:2:) duplicate key unknown in map literal 26. [vips/foreign.go#L80:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L80:2:) duplicate key unknown in map literal 27. -: # github.com/davidbyttow/govips/v2/vips 28. [vips/arithmetic.go#L4:8:](https://github.com/davidbyttow/govips/blob/master/vips/arithmetic.go#L4:8:) could not import C (no metadata for C) 29. [vips/foreign.go#L52:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L52:2:) duplicate key unknown in map literal 30. [vips/foreign.go#L53:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L53:2:) duplicate key unknown in map literal 31. [vips/foreign.go#L54:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L54:2:) duplicate key unknown in map literal 32. [vips/foreign.go#L55:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L55:2:) duplicate key unknown in map literal 33. [vips/foreign.go#L56:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L56:2:) duplicate key unknown in map literal 34. [vips/foreign.go#L57:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L57:2:) duplicate key unknown in map literal 35. [vips/foreign.go#L58:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L58:2:) duplicate key unknown in map literal 36. [vips/foreign.go#L59:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L59:2:) duplicate key unknown in map literal 37. [vips/foreign.go#L60:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L60:2:) duplicate key unknown in map literal 38. [vips/foreign.go#L61:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L61:2:) duplicate key unknown in map literal 39. [vips/foreign.go#L62:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L62:2:) duplicate key unknown in map literal 40. [vips/foreign.go#L63:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L63:2:) duplicate key unknown in map literal 41. [vips/foreign.go#L69:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L69:2:) duplicate key unknown in map literal 42. [vips/foreign.go#L70:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L70:2:) duplicate key unknown in map literal 43. [vips/foreign.go#L71:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L71:2:) duplicate key unknown in map literal 44. [vips/foreign.go#L72:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L72:2:) duplicate key unknown in map literal 45. [vips/foreign.go#L73:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L73:2:) duplicate key unknown in map literal 46. [vips/foreign.go#L74:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L74:2:) duplicate key unknown in map literal 47. [vips/foreign.go#L75:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L75:2:) duplicate key unknown in map literal 48. [vips/foreign.go#L76:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L76:2:) duplicate key unknown in map literal 49. [vips/foreign.go#L77:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L77:2:) duplicate key unknown in map literal 50. [vips/foreign.go#L78:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L78:2:) duplicate key unknown in map literal 51. [vips/foreign.go#L79:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L79:2:) duplicate key unknown in map literal 52. [vips/foreign.go#L80:2:](https://github.com/davidbyttow/govips/blob/master/vips/foreign.go#L80:2:) duplicate key unknown in map literal

Report issue: https://github.com/davidbyttow/govips/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/documize/community

Got total 1 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733608579

Expand 1. edition/community.go#L30:12: pattern static/*: no matching files found

Report issue: https://github.com/documize/community/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/dwin/goSecretBoxPassword

Got total 10 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733610159

Expand 1. [](https://github.com/dwin/goSecretBoxPassword/blob/master:) sundrylint: err: exit status 1: stderr: go: inconsistent vendoring in 2. github.com/icrowley/fake@v0.0.0-20180203215853-4178557ae428: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 3. golang.org/x/crypto@v0.0.0-20181203042331-505ab145d0a9: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 4. github.com/corpix/uarand@v0.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 5. github.com/davecgh/go-spew@v1.1.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 6. github.com/pmezard/go-difflib@v1.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 7. github.com/stretchr/objx@v0.1.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 8. github.com/stretchr/testify@v1.3.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 9. golang.org/x/sys@v0.0.0-20181213200352-4d1cda033e06: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt 10. go mod vendor

Report issue: https://github.com/dwin/goSecretBoxPassword/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/eaburns/Watch

Got total 6 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733610495

Expand 1. win.go#L11:2: missing go.sum entry for module providing package 9fans.net/go/acme (imported by github.com/eaburns/Watch); to add: 2. go get github.com/eaburns/Watch 3. main.go#L20:2: missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by github.com/eaburns/Watch); to add: 4. go get github.com/eaburns/Watch 5. [main.go#L20:2:](https://github.com/eaburns/Watch/blob/master/main.go#L20:2:) could not import github.com/fsnotify/fsnotify (invalid package name: "") 6. [win.go#L11:2:](https://github.com/eaburns/Watch/blob/master/win.go#L11:2:) could not import 9fans.net/go/acme (invalid package name: "")

Report issue: https://github.com/eaburns/Watch/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/edermanoel94/rest-go

Got total 9 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733610793

Expand 1. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L20:2: missing go.sum entry for module providing package github.com/davecgh/go-spew/spew (imported by github.com/stretchr/testify/assert); to add: 2. go get github.com/stretchr/testify/assert@v1.5.0 3. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L21:2: missing go.sum entry for module providing package github.com/pmezard/go-difflib/difflib (imported by github.com/stretchr/testify/assert); to add: 4. go get github.com/stretchr/testify/assert@v1.5.0 5. ../../../../go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L22:2: missing go.sum entry for module providing package gopkg.in/yaml.v2 (imported by github.com/stretchr/testify/assert); to add: 6. go get github.com/stretchr/testify/assert@v1.5.0 7. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L20:2: could not import github.com/davecgh/go-spew/spew (invalid package name: "") 8. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L21:2: could not import github.com/pmezard/go-difflib/difflib (invalid package name: "") 9. /home/runner/go/pkg/mod/github.com/stretchr/testify@v1.5.0/assert/assertions.go#L22:7: could not import gopkg.in/yaml.v2 (invalid package name: "")

Report issue: https://github.com/edermanoel94/rest-go/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/drone/drone

Got total 1 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733609032

Expand 1. web/dist.go#L30:12: pattern dist/*: no matching files found

Report issue: https://github.com/drone/drone/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/e154/smart-home

Got total 1 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733610416

Expand 1. build/public.go#L8:12: pattern public/*: no matching files found

Report issue: https://github.com/e154/smart-home/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/fogleman/nes

Got total 9 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733614930

Expand 1. ui/director.go#L7:2: missing go.sum entry for module providing package github.com/go-gl/gl/v2.1/gl (imported by github.com/fogleman/nes/ui); to add: 2. go get github.com/fogleman/nes/ui 3. ui/director.go#L8:2: missing go.sum entry for module providing package github.com/go-gl/glfw/v3.2/glfw (imported by github.com/fogleman/nes/ui); to add: 4. go get github.com/fogleman/nes/ui 5. ui/audio.go#L3:8: missing go.sum entry for module providing package github.com/gordonklaus/portaudio (imported by github.com/fogleman/nes/ui); to add: 6. go get github.com/fogleman/nes/ui 7. [ui/audio.go#L3:8:](https://github.com/fogleman/nes/blob/master/ui/audio.go#L3:8:) could not import github.com/gordonklaus/portaudio (invalid package name: "") 8. [ui/director.go#L7:2:](https://github.com/fogleman/nes/blob/master/ui/director.go#L7:2:) could not import github.com/go-gl/gl/v2.1/gl (invalid package name: "") 9. [ui/director.go#L8:2:](https://github.com/fogleman/nes/blob/master/ui/director.go#L8:2:) could not import github.com/go-gl/glfw/v3.2/glfw (invalid package name: "")

Report issue: https://github.com/fogleman/nes/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/energye/energy

Got total 23 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733611873

Expand 1. -: # github.com/energye/energy/v2/examples/dll 2. examples/dll/dll.go#L43:6: undefined: win.OutputDebugString 3. examples/dll/export.go#L70:22: undefined: win.GetSelfModuleHandle 4. examples/dll/export.go#L72:40: undefined: win.LoadIcon 5. examples/dll/export_cef.go#L49:23: undefined: win.GetSelfModuleHandle 6. examples/dll/export_cef.go#L51:41: undefined: win.LoadIcon 7. [examples/dll/dll.go#L43:6:](https://github.com/energye/energy/blob/main/examples/dll/dll.go#L43:6:) undefined: win.OutputDebugString 8. [examples/dll/export.go#L70:22:](https://github.com/energye/energy/blob/main/examples/dll/export.go#L70:22:) undefined: win.GetSelfModuleHandle 9. [examples/dll/export.go#L72:40:](https://github.com/energye/energy/blob/main/examples/dll/export.go#L72:40:) undefined: win.LoadIcon 10. [examples/dll/export_cef.go#L49:23:](https://github.com/energye/energy/blob/main/examples/dll/export_cef.go#L49:23:) undefined: win.GetSelfModuleHandle 11. [examples/dll/export_cef.go#L51:41:](https://github.com/energye/energy/blob/main/examples/dll/export_cef.go#L51:41:) undefined: win.LoadIcon 12. -: # github.com/energye/energy/v2/examples/tray/lclceftray 13. examples/tray/lclceftray/lclceftray.go#L48:11: cefTray.Notice undefined (type *"github.com/energye/energy/v2/cef".CEFTray has no field or method Notice) 14. [examples/tray/lclceftray/lclceftray.go#L48:11:](https://github.com/energye/energy/blob/main/examples/tray/lclceftray/lclceftray.go#L48:11:) cefTray.Notice undefined (type *"github.com/energye/energy/v2/cef".CEFTray has no field or method Notice) 15. -: # github.com/energye/energy/v2/examples/tray/lclvftray 16. examples/tray/lclvftray/lclvftray.go#L53:11: vfTray.Notice undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Notice) 17. examples/tray/lclvftray/lclvftray.go#L54:11: vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide) 18. examples/tray/lclvftray/lclvftray.go#L69:11: vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide) 19. examples/tray/lclvftray/lclvftray.go#L80:11: vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide) 20. [examples/tray/lclvftray/lclvftray.go#L53:11:](https://github.com/energye/energy/blob/main/examples/tray/lclvftray/lclvftray.go#L53:11:) vfTray.Notice undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Notice) 21. [examples/tray/lclvftray/lclvftray.go#L54:11:](https://github.com/energye/energy/blob/main/examples/tray/lclvftray/lclvftray.go#L54:11:) vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide) 22. [examples/tray/lclvftray/lclvftray.go#L69:11:](https://github.com/energye/energy/blob/main/examples/tray/lclvftray/lclvftray.go#L69:11:) vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide) 23. [examples/tray/lclvftray/lclvftray.go#L80:11:](https://github.com/energye/energy/blob/main/examples/tray/lclvftray/lclvftray.go#L80:11:) vfTray.Hide undefined (type *"github.com/energye/energy/v2/cef".ViewsFrameTray has no field or method Hide)

Report issue: https://github.com/energye/energy/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/g3n/engine

Got total 192 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733615576

Expand 1. -: # github.com/g3n/engine/gls 2. [gls/build.go#L22:8:](https://github.com/g3n/engine/blob/master/gls/build.go#L22:8:) could not import C (no metadata for C) 3. -: # github.com/g3n/engine/audio/al 4. audio/al/al.go#L20:11: fatal error: al.h: No such file or directory 5. [audio/al/al.go#L23:8:](https://github.com/g3n/engine/blob/master/audio/al/al.go#L23:8:) could not import C (no metadata for C) 6. -: # github.com/g3n/engine/audio/vorbis 7. audio/vorbis/vorbis.go#L19:11: fatal error: codec.h: No such file or directory 8. [audio/vorbis/vorbis.go#L20:8:](https://github.com/g3n/engine/blob/master/audio/vorbis/vorbis.go#L20:8:) could not import C (no metadata for C) 9. -: # github.com/go-gl/glfw/v3.3/glfw 10. from ../../../../go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20210410170116-ea3d685f79fb/c_glfw.go#L4: 11. /home/runner/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20210410170116-ea3d685f79fb/build.go#L53:8: could not import C (no metadata for C) 12. [window/keystate.go#L22:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L22:3:) duplicate key unknown in map literal 13. [window/keystate.go#L23:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L23:3:) duplicate key unknown in map literal 14. [window/keystate.go#L24:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L24:3:) duplicate key unknown in map literal 15. [window/keystate.go#L25:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L25:3:) duplicate key unknown in map literal 16. [window/keystate.go#L26:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L26:3:) duplicate key unknown in map literal 17. [window/keystate.go#L27:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L27:3:) duplicate key unknown in map literal 18. [window/keystate.go#L28:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L28:3:) duplicate key unknown in map literal 19. [window/keystate.go#L29:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L29:3:) duplicate key unknown in map literal 20. [window/keystate.go#L30:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L30:3:) duplicate key unknown in map literal 21. [window/keystate.go#L31:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L31:3:) duplicate key unknown in map literal 22. [window/keystate.go#L32:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L32:3:) duplicate key unknown in map literal 23. [window/keystate.go#L33:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L33:3:) duplicate key unknown in map literal 24. [window/keystate.go#L34:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L34:3:) duplicate key unknown in map literal 25. [window/keystate.go#L35:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L35:3:) duplicate key unknown in map literal 26. [window/keystate.go#L36:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L36:3:) duplicate key unknown in map literal 27. [window/keystate.go#L37:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L37:3:) duplicate key unknown in map literal 28. [window/keystate.go#L38:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L38:3:) duplicate key unknown in map literal 29. [window/keystate.go#L39:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L39:3:) duplicate key unknown in map literal 30. [window/keystate.go#L40:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L40:3:) duplicate key unknown in map literal 31. [window/keystate.go#L41:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L41:3:) duplicate key unknown in map literal 32. [window/keystate.go#L42:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L42:3:) duplicate key unknown in map literal 33. [window/keystate.go#L43:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L43:3:) duplicate key unknown in map literal 34. [window/keystate.go#L44:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L44:3:) duplicate key unknown in map literal 35. [window/keystate.go#L45:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L45:3:) duplicate key unknown in map literal 36. [window/keystate.go#L46:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L46:3:) duplicate key unknown in map literal 37. [window/keystate.go#L47:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L47:3:) duplicate key unknown in map literal 38. [window/keystate.go#L48:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L48:3:) duplicate key unknown in map literal 39. [window/keystate.go#L49:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L49:3:) duplicate key unknown in map literal 40. [window/keystate.go#L50:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L50:3:) duplicate key unknown in map literal 41. [window/keystate.go#L51:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L51:3:) duplicate key unknown in map literal 42. [window/keystate.go#L52:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L52:3:) duplicate key unknown in map literal 43. [window/keystate.go#L53:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L53:3:) duplicate key unknown in map literal 44. [window/keystate.go#L54:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L54:3:) duplicate key unknown in map literal 45. [window/keystate.go#L55:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L55:3:) duplicate key unknown in map literal 46. [window/keystate.go#L56:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L56:3:) duplicate key unknown in map literal 47. [window/keystate.go#L57:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L57:3:) duplicate key unknown in map literal 48. [window/keystate.go#L58:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L58:3:) duplicate key unknown in map literal 49. [window/keystate.go#L59:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L59:3:) duplicate key unknown in map literal 50. [window/keystate.go#L60:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L60:3:) duplicate key unknown in map literal 51. [window/keystate.go#L61:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L61:3:) duplicate key unknown in map literal 52. [window/keystate.go#L62:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L62:3:) duplicate key unknown in map literal 53. [window/keystate.go#L63:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L63:3:) duplicate key unknown in map literal 54. [window/keystate.go#L64:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L64:3:) duplicate key unknown in map literal 55. [window/keystate.go#L65:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L65:3:) duplicate key unknown in map literal 56. [window/keystate.go#L66:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L66:3:) duplicate key unknown in map literal 57. [window/keystate.go#L67:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L67:3:) duplicate key unknown in map literal 58. [window/keystate.go#L68:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L68:3:) duplicate key unknown in map literal 59. [window/keystate.go#L69:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L69:3:) duplicate key unknown in map literal 60. [window/keystate.go#L70:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L70:3:) duplicate key unknown in map literal 61. [window/keystate.go#L71:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L71:3:) duplicate key unknown in map literal 62. [window/keystate.go#L72:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L72:3:) duplicate key unknown in map literal 63. [window/keystate.go#L73:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L73:3:) duplicate key unknown in map literal 64. [window/keystate.go#L74:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L74:3:) duplicate key unknown in map literal 65. [window/keystate.go#L75:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L75:3:) duplicate key unknown in map literal 66. [window/keystate.go#L76:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L76:3:) duplicate key unknown in map literal 67. [window/keystate.go#L77:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L77:3:) duplicate key unknown in map literal 68. [window/keystate.go#L78:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L78:3:) duplicate key unknown in map literal 69. [window/keystate.go#L79:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L79:3:) duplicate key unknown in map literal 70. [window/keystate.go#L80:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L80:3:) duplicate key unknown in map literal 71. [window/keystate.go#L81:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L81:3:) duplicate key unknown in map literal 72. [window/keystate.go#L82:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L82:3:) duplicate key unknown in map literal 73. [window/keystate.go#L83:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L83:3:) duplicate key unknown in map literal 74. [window/keystate.go#L84:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L84:3:) duplicate key unknown in map literal 75. [window/keystate.go#L85:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L85:3:) duplicate key unknown in map literal 76. [window/keystate.go#L86:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L86:3:) duplicate key unknown in map literal 77. [window/keystate.go#L87:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L87:3:) duplicate key unknown in map literal 78. [window/keystate.go#L88:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L88:3:) duplicate key unknown in map literal 79. [window/keystate.go#L89:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L89:3:) duplicate key unknown in map literal 80. [window/keystate.go#L90:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L90:3:) duplicate key unknown in map literal 81. [window/keystate.go#L91:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L91:3:) duplicate key unknown in map literal 82. [window/keystate.go#L92:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L92:3:) duplicate key unknown in map literal 83. [window/keystate.go#L93:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L93:3:) duplicate key unknown in map literal 84. [window/keystate.go#L94:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L94:3:) duplicate key unknown in map literal 85. [window/keystate.go#L95:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L95:3:) duplicate key unknown in map literal 86. [window/keystate.go#L96:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L96:3:) duplicate key unknown in map literal 87. [window/keystate.go#L97:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L97:3:) duplicate key unknown in map literal 88. [window/keystate.go#L98:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L98:3:) duplicate key unknown in map literal 89. [window/keystate.go#L99:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L99:3:) duplicate key unknown in map literal 90. [window/keystate.go#L100:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L100:3:) duplicate key unknown in map literal 91. [window/keystate.go#L101:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L101:3:) duplicate key unknown in map literal 92. [window/keystate.go#L102:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L102:3:) duplicate key unknown in map literal 93. [window/keystate.go#L103:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L103:3:) duplicate key unknown in map literal 94. [window/keystate.go#L104:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L104:3:) duplicate key unknown in map literal 95. [window/keystate.go#L105:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L105:3:) duplicate key unknown in map literal 96. [window/keystate.go#L106:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L106:3:) duplicate key unknown in map literal 97. [window/keystate.go#L107:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L107:3:) duplicate key unknown in map literal 98. [window/keystate.go#L108:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L108:3:) duplicate key unknown in map literal 99. [window/keystate.go#L109:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L109:3:) duplicate key unknown in map literal 100. [window/keystate.go#L110:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L110:3:) duplicate key unknown in map literal 101. [window/keystate.go#L111:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L111:3:) duplicate key unknown in map literal 102. [window/keystate.go#L112:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L112:3:) duplicate key unknown in map literal 103. [window/keystate.go#L113:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L113:3:) duplicate key unknown in map literal 104. [window/keystate.go#L114:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L114:3:) duplicate key unknown in map literal 105. [window/keystate.go#L115:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L115:3:) duplicate key unknown in map literal 106. [window/keystate.go#L116:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L116:3:) duplicate key unknown in map literal 107. [window/keystate.go#L117:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L117:3:) duplicate key unknown in map literal 108. [window/keystate.go#L118:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L118:3:) duplicate key unknown in map literal 109. [window/keystate.go#L119:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L119:3:) duplicate key unknown in map literal 110. [window/keystate.go#L120:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L120:3:) duplicate key unknown in map literal 111. [window/keystate.go#L121:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L121:3:) duplicate key unknown in map literal 112. [window/keystate.go#L122:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L122:3:) duplicate key unknown in map literal 113. [window/keystate.go#L123:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L123:3:) duplicate key unknown in map literal 114. [window/keystate.go#L124:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L124:3:) duplicate key unknown in map literal 115. [window/keystate.go#L125:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L125:3:) duplicate key unknown in map literal 116. [window/keystate.go#L126:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L126:3:) duplicate key unknown in map literal 117. [window/keystate.go#L127:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L127:3:) duplicate key unknown in map literal 118. [window/keystate.go#L128:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L128:3:) duplicate key unknown in map literal 119. [window/keystate.go#L129:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L129:3:) duplicate key unknown in map literal 120. [window/keystate.go#L130:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L130:3:) duplicate key unknown in map literal 121. [window/keystate.go#L131:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L131:3:) duplicate key unknown in map literal 122. [window/keystate.go#L132:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L132:3:) duplicate key unknown in map literal 123. [window/keystate.go#L133:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L133:3:) duplicate key unknown in map literal 124. [window/keystate.go#L134:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L134:3:) duplicate key unknown in map literal 125. [window/keystate.go#L135:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L135:3:) duplicate key unknown in map literal 126. [window/keystate.go#L136:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L136:3:) duplicate key unknown in map literal 127. [window/keystate.go#L137:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L137:3:) duplicate key unknown in map literal 128. [window/keystate.go#L138:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L138:3:) duplicate key unknown in map literal 129. [window/keystate.go#L139:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L139:3:) duplicate key unknown in map literal 130. [window/keystate.go#L140:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L140:3:) duplicate key unknown in map literal 131. [window/keystate.go#L141:3:](https://github.com/g3n/engine/blob/master/window/keystate.go#L141:3:) duplicate key unknown in map literal 132. [gui/menu.go#L79:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L79:2:) duplicate key unknown in map literal 133. [gui/menu.go#L80:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L80:2:) duplicate key unknown in map literal 134. [gui/menu.go#L84:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L84:2:) duplicate key unknown in map literal 135. [gui/menu.go#L85:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L85:2:) duplicate key unknown in map literal 136. [gui/menu.go#L86:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L86:2:) duplicate key unknown in map literal 137. [gui/menu.go#L87:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L87:2:) duplicate key unknown in map literal 138. [gui/menu.go#L88:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L88:2:) duplicate key unknown in map literal 139. [gui/menu.go#L89:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L89:2:) duplicate key unknown in map literal 140. [gui/menu.go#L90:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L90:2:) duplicate key unknown in map literal 141. [gui/menu.go#L91:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L91:2:) duplicate key unknown in map literal 142. [gui/menu.go#L92:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L92:2:) duplicate key unknown in map literal 143. [gui/menu.go#L93:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L93:2:) duplicate key unknown in map literal 144. [gui/menu.go#L94:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L94:2:) duplicate key unknown in map literal 145. [gui/menu.go#L95:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L95:2:) duplicate key unknown in map literal 146. [gui/menu.go#L96:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L96:2:) duplicate key unknown in map literal 147. [gui/menu.go#L97:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L97:2:) duplicate key unknown in map literal 148. [gui/menu.go#L98:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L98:2:) duplicate key unknown in map literal 149. [gui/menu.go#L99:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L99:2:) duplicate key unknown in map literal 150. [gui/menu.go#L100:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L100:2:) duplicate key unknown in map literal 151. [gui/menu.go#L101:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L101:2:) duplicate key unknown in map literal 152. [gui/menu.go#L102:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L102:2:) duplicate key unknown in map literal 153. [gui/menu.go#L103:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L103:2:) duplicate key unknown in map literal 154. [gui/menu.go#L104:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L104:2:) duplicate key unknown in map literal 155. [gui/menu.go#L105:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L105:2:) duplicate key unknown in map literal 156. [gui/menu.go#L106:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L106:2:) duplicate key unknown in map literal 157. [gui/menu.go#L107:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L107:2:) duplicate key unknown in map literal 158. [gui/menu.go#L108:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L108:2:) duplicate key unknown in map literal 159. [gui/menu.go#L109:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L109:2:) duplicate key unknown in map literal 160. [gui/menu.go#L110:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L110:2:) duplicate key unknown in map literal 161. [gui/menu.go#L111:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L111:2:) duplicate key unknown in map literal 162. [gui/menu.go#L112:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L112:2:) duplicate key unknown in map literal 163. [gui/menu.go#L113:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L113:2:) duplicate key unknown in map literal 164. [gui/menu.go#L114:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L114:2:) duplicate key unknown in map literal 165. [gui/menu.go#L115:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L115:2:) duplicate key unknown in map literal 166. [gui/menu.go#L116:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L116:2:) duplicate key unknown in map literal 167. [gui/menu.go#L117:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L117:2:) duplicate key unknown in map literal 168. [gui/menu.go#L118:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L118:2:) duplicate key unknown in map literal 169. [gui/menu.go#L119:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L119:2:) duplicate key unknown in map literal 170. [gui/menu.go#L120:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L120:2:) duplicate key unknown in map literal 171. [gui/menu.go#L121:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L121:2:) duplicate key unknown in map literal 172. [gui/menu.go#L122:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L122:2:) duplicate key unknown in map literal 173. [gui/menu.go#L123:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L123:2:) duplicate key unknown in map literal 174. [gui/menu.go#L124:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L124:2:) duplicate key unknown in map literal 175. [gui/menu.go#L125:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L125:2:) duplicate key unknown in map literal 176. [gui/menu.go#L126:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L126:2:) duplicate key unknown in map literal 177. [gui/menu.go#L127:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L127:2:) duplicate key unknown in map literal 178. [gui/menu.go#L128:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L128:2:) duplicate key unknown in map literal 179. [gui/menu.go#L129:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L129:2:) duplicate key unknown in map literal 180. [gui/menu.go#L130:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L130:2:) duplicate key unknown in map literal 181. [gui/menu.go#L131:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L131:2:) duplicate key unknown in map literal 182. [gui/menu.go#L132:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L132:2:) duplicate key unknown in map literal 183. [gui/menu.go#L133:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L133:2:) duplicate key unknown in map literal 184. [gui/menu.go#L134:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L134:2:) duplicate key unknown in map literal 185. [gui/menu.go#L135:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L135:2:) duplicate key unknown in map literal 186. [gui/menu.go#L136:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L136:2:) duplicate key unknown in map literal 187. [gui/menu.go#L137:2:](https://github.com/g3n/engine/blob/master/gui/menu.go#L137:2:) duplicate key unknown in map literal 188. [app/app-desktop.go#L134:19:](https://github.com/g3n/engine/blob/master/app/app-desktop.go#L134:19:) cannot use al.MAX_AUXILIARY_SENDS (constant unknown with invalid type) as int value in array or slice literal 189. -: # github.com/g3n/engine/audio/ov 190. audio/ov/vorbisfile.go#L20:11: fatal error: vorbisfile.h: No such file or directory 191. [audio/ov/vorbisfile.go#L21:8:](https://github.com/g3n/engine/blob/master/audio/ov/vorbisfile.go#L21:8:) could not import C (no metadata for C) 192. [audio/player.go#L11:8:](https://github.com/g3n/engine/blob/master/audio/player.go#L11:8:) could not import C (no metadata for C)

Report issue: https://github.com/g3n/engine/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/bytebase/bytebase

Got total 4 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733595934

Expand 1. -: # github.com/beltran/gssapi 2. ../../../../go/pkg/mod/github.com/beltran/gssapi@v0.0.0-20200324152954-d86554db4bab/buffer.go#L9:10: fatal error: gssapi/gssapi.h: No such file or directory 3. /home/runner/go/pkg/mod/github.com/beltran/gssapi@v0.0.0-20200324152954-d86554db4bab/buffer.go#L54:8: could not import C (no metadata for C) 4. [backend/tests/schema_update_test.go#L16:2:](https://github.com/bytebase/bytebase/blob/main/backend/tests/schema_update_test.go#L16:2:) could not import github.com/bytebase/bytebase/backend/resources/mysql (invalid package name: "")

Report issue: https://github.com/bytebase/bytebase/issues

github-actions[bot] commented 3 weeks ago

Run sundrylint on Repo: https://github.com/galeone/tfgo

Got total 6 line output in action: https://github.com/alingse/sundrylint/actions/runs/9733615780

Expand 1. -: # github.com/galeone/tensorflow/tensorflow/go 2. ../../../../go/pkg/mod/github.com/galeone/tensorflow/tensorflow/go@v0.0.0-20221023090153-6b7fa0680c3e/attrs.go#L20:11: fatal error: tensorflow/c/c_api.h: No such file or directory 3. /home/runner/go/pkg/mod/github.com/galeone/tensorflow/tensorflow/go@v0.0.0-20221023090153-6b7fa0680c3e/attrs.go#L21:8: could not import C (no metadata for C) 4. [image/image.go#L115:22:](https://github.com/galeone/tfgo/blob/master/image/image.go#L115:22:) cannot use tf.Float (constant unknown with invalid type) as tensorflow.DataType value in argument to image.Cast 5. [tfgo_test.go#L125:25:](https://github.com/galeone/tfgo/blob/master/tfgo_test.go#L125:25:) cannot use tf.Float (constant unknown with invalid type) as tensorflow.DataType value in argument to tensorA.Cast 6. [image/image_test.go#L86:39:](https://github.com/galeone/tfgo/blob/master/image/image_test.go#L86:39:) cannot use tf.Float (constant unknown with invalid type) as tensorflow.DataType value in argument to img.Clone().ConvertDtype

Report issue: https://github.com/galeone/tfgo/issues