urls.go

1package copilot
2
3const (
4	SignupURL = "https://github.com/github-copilot/signup?editor=crush"
5	FreeURL   = "https://docs.github.com/en/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro"
6)