File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 sudo cmake --install build
3636 - if : matrix.os == 'ubuntu-latest'
3737 run : sudo ldconfig
38- - run : go test -race -v -timeout 30s
39- working-directory : watcher-go
38+ - run : go test -race -v -timeout 30s ./watcher-go
4039 - uses : golangci/golangci-lint-action@v9
4140 with :
4241 version : latest
Original file line number Diff line number Diff line change 1+ module github.com/e-dant/watcher
2+
3+ go 1.25.4
Original file line number Diff line number Diff line change 33[ ![ Conan Center] ( https://img.shields.io/conan/v/watcher )] ( https://conan.io/center/recipes/watcher )
44[ ![ Rust/Cargo Crate] ( https://img.shields.io/crates/v/wtr-watcher.svg )] ( https://crates.io/crates/wtr-watcher )
55[ ![ PyPI/Pip Package] ( https://badge.fury.io/py/wtr-watcher.svg )] ( https://badge.fury.io/py/wtr-watcher )
6- [ ![ Go Module] ( https://pkg.go.dev/badge/github.com/e-dant/watcher-go.svg )] ( https://pkg.go.dev/github.com/e-dant/watcher-go )
6+ [ ![ Go Module] ( https://pkg.go.dev/badge/github.com/e-dant/watcher/watcher -go.svg )] ( https://pkg.go.dev/github.com/e-dant/watcher /watcher-go )
77[ ![ Homebrew package] ( https://repology.org/badge/version-for-repo/homebrew/wtr-watcher.svg )] ( https://repology.org/project/wtr-watcher/versions )
88[ ![ nixpkgs stable 25.05 package] ( https://repology.org/badge/version-for-repo/nix_stable_25_05/wtr-watcher.svg )] ( https://repology.org/project/wtr-watcher/versions )
99[ ![ nixpkgs unstable package] ( https://repology.org/badge/version-for-repo/nix_unstable/wtr-watcher.svg )] ( https://repology.org/project/wtr-watcher/versions )
@@ -156,7 +156,7 @@ import (
156156 " fmt"
157157 " log/slog"
158158
159- " github.com/e-dant/watcher-go"
159+ " github.com/e-dant/watcher/watcher -go"
160160)
161161
162162func main () {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments