multithreaded image processing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank
2019-03-19 12:46:32 +01:00
parent ada333a0e1
commit d652afd633
8 changed files with 132 additions and 77 deletions

View File

@@ -7,6 +7,7 @@ import (
"gopkg.in/russross/blackfriday.v2"
)
// RenderMarkdown renders input to html with chroma syntax highlighting if wanted
func RenderMarkdown(input []byte, chromaRenderer bool, chromaStyle string) []byte {
var options []blackfriday.Option

View File

@@ -7,6 +7,7 @@ import (
"strings"
)
// JSONWebRequest will GET a json object/array from a given URL
func JSONWebRequest(url string) interface{} {
Log.Noticef("requesting url via GET %s", url)