What is the URL of the page with the issue?
https://pkg.go.dev/github.com/kolesa-team/go-webp/webp
What is your user agent?
N/A
Screenshot
No response
What did you do?
I'm trying to find native Go packages for various things, for example webp encoding.
What did you see happen?
I have to open up the package page and if it doesn't have a readme I have to open up the repo and manually check for CGo.
What did you expect to see?
If a package contains import "C" I would like to see an indicator on the package site and in search results.
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/kolesa-team/go-webp/webp
What is your user agent?
N/A
Screenshot
No response
What did you do?
I'm trying to find native Go packages for various things, for example webp encoding.
What did you see happen?
I have to open up the package page and if it doesn't have a readme I have to open up the repo and manually check for CGo.
What did you expect to see?
If a package contains
import "C"I would like to see an indicator on the package site and in search results.