fix: add comma

This commit is contained in:
httpjamesm
2023-05-24 15:33:02 -04:00
parent 1fe00195cf
commit 0db29bcd51
+1 -1
View File
@@ -1,5 +1,5 @@
package lists
var StackOverflowDomains = []string{
"stackoverflow.com", "stackexchange.com"
"stackoverflow.com", "stackexchange.com",
}