被嗆只會寫屁眼,剩下明天寫

This commit is contained in:
tasi788 2022-09-14 00:47:49 +08:00
parent 533011a87a
commit bec707d16a
2 changed files with 16 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.venv/
.venv/
.idea/

14
AutoBuild/main.go Normal file
View File

@ -0,0 +1,14 @@
package main
func main() {
type FilterList struct {
abp []string
hosts []string
}
filterlist := FilterList{
[]string{"experimental.txt", "filter.txt"},
[]string{"hosts.txt", "nofarm_hosts.txt"}}
//fmt.Println(filterlist)
}