Commit Graph

10 Commits

Author SHA1 Message Date
430e5972d3 feat: add tests, fix typo, extract magic number, bump deps
- Add 6 tests covering nil receiver, invalid fd, invalid path,
  regular file, device enumeration, and capability constant
- Fix typo: fileDesciptor -> fileDescriptor
- Extract magic number 69206017 into V4L2CapVideoCapture constant
- Bump golang.org/x/sys v0.41.0 -> v0.42.0
- Bump Go 1.26.0 -> 1.26.1
- Add staticcheck to CI workflow
2026-03-28 06:31:45 +00:00
7c18d017dc Merge pull request #1 from taigrr/cd/modernize
chore: modernize Go 1.20→1.26, update deps, add CI
2026-02-23 14:42:41 -05:00
2aebf3fc21 ci: add GitHub Actions test workflow 2026-02-23 18:07:27 +00:00
7e00ee78f0 chore(deps): update Go 1.20->1.26, update golang.org/x/sys 2026-02-23 18:07:27 +00:00
9541c767b4 update readme 2025-05-01 18:37:07 -07:00
46bae05250 Update README.md 2024-06-01 19:05:25 -07:00
65d6740d47 Update README.md 2024-06-01 19:04:48 -07:00
665ab96cfa always return error value v1.0.0 2024-05-30 22:54:09 -07:00
210ae73aa7 add second function call v0.0.1 2023-06-27 16:09:07 -07:00
5d726183d5 initial commit 2023-06-27 16:06:07 -07:00