diff --git a/README.md b/README.md index 718a7c0..37454e1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ [![GoDoc](https://godoc.org/mvdan.cc/interfacer?status.svg)](https://godoc.org/mvdan.cc/interfacer) [![Build Status](https://travis-ci.org/mvdan/interfacer.svg?branch=master)](https://travis-ci.org/mvdan/interfacer) +**Deprecated**: A tool that suggests interfaces is prone to bad suggestions, so +its usefulness in real code is limited. This tool will remain available as a +proof of concept, and for others to examine and learn from. + A linter that suggests interface types. In other words, it warns about the usage of types that are more specific than necessary.