go-yaml / yaml

YAML support for the Go language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary extra dependency gopkg.in/check.v1.

edoger opened this issue · comments

We found that the only dependency of this library is gopkg.in/check.v1 which only appears in test cases, can we completely remove this dependency? Because as a very basic serialization library it should be kept simple enough.