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

feat(log): change slog import path #148

Closed dwisiswant0 closed 9 months ago

jrobsonchase commented 9 months ago

Actually, I think we need to update the go version in the go.mod before merging this, since log/slog was added in 1.21.

Still, thanks for the PR!