Implement an Interface in Go with just the LSP
If you have ever needed to implement an interface in Go you may have reached for third party tools in the past but thats no longer necessary. In this blog post I'll describe a simple trick to do it directly with the Go Language Server.
GoTips & TricksNeovimLSP