Add fatal missing-version handling with opt-out flag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-01 13:11:33 +03:00
parent f9865168c9
commit 123cd38a18
4 changed files with 56 additions and 12 deletions

View File

@@ -6,11 +6,18 @@
## Разработчику
export PATH=$PATH:/usr/local/go/bin
go mod init src
go mod tidy
go build
go run .
```bash
export PATH=$PATH:/usr/local/go/bin
go mod init src
go mod tidy
go build
go run .
```
или
```bash
make
```
## Девопсу