forked from electricdusk/rushlink
675245722f
This reverts commit 80092dea5b
.
After enabling both HTML and plain-text templating, I found that
this introduces a lot more complexity in the code than was desirable
for a project in this stage. The result looked fine, wrapping plain
text in <pre> tags. However, it was neccessary to keep duplicate
template files, for HTML and text. This was cumbersome, added a lot
of bloat, etc.
This feature is postponed to when there is more product.
14 lines
391 B
Modula-2
14 lines
391 B
Modula-2
module gitea.hashru.nl/dsprenkels/rushlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.1.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
)
|