Files
benadis-rac/examples/library_usage/go.mod
gitops 46261f066b refactor: restructure library to expose public API directly
feat: add new helper methods for RAC operations
docs: add comprehensive library usage documentation
chore: move example to examples/library_usage directory
2025-08-04 12:03:45 +03:00

8 lines
128 B
Modula-2

module example
go 1.24.5
require git.benadis.ru/gitops/benadis-rac v0.0.0
replace git.benadis.ru/gitops/benadis-rac => ../..