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
This commit is contained in:
7
examples/library_usage/go.mod
Normal file
7
examples/library_usage/go.mod
Normal file
@@ -0,0 +1,7 @@
|
||||
module example
|
||||
|
||||
go 1.24.5
|
||||
|
||||
require git.benadis.ru/gitops/benadis-rac v0.0.0
|
||||
|
||||
replace git.benadis.ru/gitops/benadis-rac => ../..
|
||||
Reference in New Issue
Block a user