From 56a57a099c7097f66152e1a75c7584a843ab8258 Mon Sep 17 00:00:00 2001 From: spekary Date: Mon, 7 Mar 2022 19:18:03 -0800 Subject: [PATCH] Removing Damsel. Damsel appears to be abandoned. The most recent commit was 6 years ago. While it appears stable, it does not correspond to current awesome-go standards. In particular, it does not have a go.mod file nor any published releases, no report card and no code coverage report. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 34048dd6..17f91df7 100644 --- a/README.md +++ b/README.md @@ -2006,7 +2006,6 @@ _Libraries and tools for templating and lexing._ - [ace](https://github.com/yosssi/ace) - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold. - [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade. -- [damsel](https://github.com/dskinner/damsel) - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others. - [ego](https://github.com/benbjohnson/ego) - Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. - [extemplate](https://github.com/dannyvankooten/extemplate) - Tiny wrapper around html/template to allow for easy file-based template inheritance. - [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/).