From ac34d9b36bb6cb455ca67b7c82a66caf47796842 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Thu, 16 Jun 2022 07:55:55 +0200 Subject: [PATCH] add gotemplate.io (#4284) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9272e0f7..52998a02 100644 --- a/README.md +++ b/README.md @@ -2967,6 +2967,7 @@ _Plugin for text editors and IDEs._ - [go-swagger](https://github.com/go-swagger/go-swagger) - Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. - [godbg](https://github.com/tylerwince/godbg) - Implementation of Rusts `dbg!` macro for quick and easy debugging during development. - [gomodrun](https://github.com/dustinblackman/gomodrun/) - Go tool that executes and caches binaries included in go.mod files. +- [gotemplate.io](https://gotemplate.io/) - Online tool to preview `text/template` templates live. - [gotestdox](https://github.com/bitfield/gotestdox) - Show Go test results as readable sentences. - [gothanks](https://github.com/psampaz/gothanks) - GoThanks automatically stars your go.mod github dependencies, sending this way some love to their maintainers. - [igo](https://github.com/rocketlaunchr/igo) - An igo to go transpiler (new language features for Go language!)