mirror of
https://github.com/httpjamesm/launchpad-redirects.git
synced 2024-12-06 19:16:34 +01:00
6 lines
97 B
Go
6 lines
97 B
Go
package lists
|
|
|
|
var StackOverflowDomains = []string{
|
|
"stackoverflow.com", "stackexchange.com",
|
|
}
|