feat: fs and operations

This commit is contained in:
Noah Hsu
2022-06-10 21:00:51 +08:00
parent cd7e9974df
commit ec89bb70c7
8 changed files with 137 additions and 24 deletions

View File

@ -6,7 +6,6 @@ import (
)
type LinkArgs struct {
Path string
IP string
Header http.Header
}