Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
bibelin committed Sep 30, 2024
1 parent ba25632 commit 2ae1440
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: "1.23.1"

- name: Build
run: go build -v ./taskbar
run: go build -v .

- name: Test
run: go test -v ./taskbar
run: go test -v .
File renamed without changes.
2 changes: 0 additions & 2 deletions taskbar/unity.go → unity.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,3 @@ func (entry *libUnityEntry) update(progress float64, pulse bool, count int64) er
}
return nil
}

// TODO: Query method

0 comments on commit 2ae1440

Please sign in to comment.