diff options
| author | Paul Buetow <paul@buetow.org> | 2024-05-25 23:57:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-05-25 23:57:29 +0300 |
| commit | 9852cfaf6c44b9e2960719feb57c6d0e53598f3c (patch) | |
| tree | 9397202cb143503d49a5b226ce5be8fcfa202be8 /Taskfile.yml | |
| parent | 6e631b4ccbe71299137469a69900b874d709fe35 (diff) | |
add memoryfs vfs implementation
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 7a7ec41..a8347d2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -14,7 +14,7 @@ tasks: - go test -v ./... vet: cmds: - - go vet **/*.go + - go vet ./... lint: cmds: - golangci-lint run |
