lintering && fix call hook
Some checks failed
lint / lint (pull_request) Successful in 1m29s
test / test (pull_request) Has been cancelled

This commit is contained in:
2024-12-18 15:43:35 +03:00
parent 355b8a588e
commit 0677ac1b86
4 changed files with 64 additions and 36 deletions

31
.gitignore vendored
View File

@@ -1,16 +1,39 @@
# Develop tools
/.vscode/
/.idea/
.idea
.vscode
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.idea
# Test binary, built with `go test -c`
# Folders
_obj
_test
_build
.DS_Store
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
# Test binary, build 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/
# vim temp files
*~
*.swp
*.swo