Создание rbac

This commit is contained in:
Anatoly Prohacky 2022-07-30 18:59:18 +10:00
parent 8223d7d0e9
commit 40a7851e45
3 changed files with 26 additions and 12 deletions

35
.gitignore vendored
View File

@ -1,17 +1,28 @@
# ---> Actionscript
# Build and Release Folders
bin/
bin-debug/
bin-release/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Other files and folders
.settings/
# Local History for Visual Studio Code
.history/
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# Built Visual Studio Code Extensions
*.vsix
# ---> VisualStudioCode
.settings
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitstore.ru/tolikproh/policy
go 1.18