[#7] .forgejo: Add pre-commit

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-11-02 12:22:15 +03:00
parent 99465e6639
commit afb5f2b857
12 changed files with 157 additions and 15 deletions

View file

@ -97,7 +97,6 @@ func main() {
resp, err := client.Echo(ctx, &srv.Request{
Value: "Hello!",
})
if err != nil {
log.Fatalf("failed to get response: %v", err)
}