1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

docs: add info about golang code snippets (#1494)

This commit is contained in:
Oleksandr Redko
2025-08-27 12:31:47 +03:00
committed by GitHub
parent 4a6facc63c
commit 154a24fb51

View File

@@ -127,3 +127,6 @@ mdsf verify .
```sh
mdsf format .
```
_Note: Use `golang` for Go code snippets that are intentionally non-compilable.
However, it is recommended to avoid this and use `go` whenever possible._