ngrok / ngrok-go

Embed ngrok secure ingress into your Go apps as a net.Listener with a single line of code.
MIT License
683 stars 65 forks source link

replace log adapter module license symlinks with full files #164

Closed masonj5n closed 5 months ago

masonj5n commented 5 months ago

It seems like the license symlinks in the log adapter modules aren't being picked up by pkg.go.dev and preventing the docs from being displayed: https://pkg.go.dev/golang.ngrok.com/ngrok/log/slog

Seems to be a known issue: https://github.com/golang/go/issues/40586