google/gvisor

Use error wrapping in Go 1.13

Open

#2.270 aberto em 26 de mar. de 2020

Ver no GitHub
 (18 comments) (0 reactions) (0 assignees)Go (1.061 forks)batch import
good first issuepriority: p3status: help wantedtype: cleanup

Métricas do repositório

Stars
 (12.713 stars)
Métricas de merge de PR
 (Mesclagem média 4d 22h) (184 fundiu PRs em 30d)

Description

Make use of the new error wrapping functionality and API to be able to check error types easier.

https://blog.golang.org/go1.13-errors

Guia do colaborador