Skip to content
Snippets Groups Projects
Commit 326162ea authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

fix linter

parent e49a8ade
No related branches found
No related tags found
No related merge requests found
package permission
import (
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/expr"
)
type Access uint64
......
package permission
import (
perxisexpr "git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
perxisexpr "git.perx.ru/perxis/perxis-go/expr"
)
type Action uint64
......
......@@ -4,8 +4,8 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/pkg/errors"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment