mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
✨ 被嗆只會寫屁眼,剩下明天寫
This commit is contained in:
parent
533011a87a
commit
bec707d16a
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.venv/
|
||||
.venv/
|
||||
.idea/
|
||||
|
14
AutoBuild/main.go
Normal file
14
AutoBuild/main.go
Normal 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)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user