mirror of
https://github.com/httpjamesm/launchpad-redirects.git
synced 2024-12-06 19:16:34 +01:00
fix: add comma
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package lists
|
||||
|
||||
var StackOverflowDomains = []string{
|
||||
"stackoverflow.com", "stackexchange.com"
|
||||
"stackoverflow.com", "stackexchange.com",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user