Draft: First draft of new fiber based server #7
2 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ version: '3'
|
||||||
vars:
|
vars:
|
||||||
DEBUG_PORT: 2345
|
DEBUG_PORT: 2345
|
||||||
REVEALJS_VERSION: 4.2.1
|
REVEALJS_VERSION: 4.2.1
|
||||||
HIGHLIGHTJS_VERSION: 11.3.1
|
HIGHLIGHTJS_VERSION: 11.4.0
|
||||||
MERMAID_VERSION: 8.13.6
|
MERMAID_VERSION: 8.14.0
|
||||||
BINARY_NAME: goveal
|
BINARY_NAME: goveal
|
||||||
OUT_DIR: ./out
|
OUT_DIR: ./out
|
||||||
GO_BUILD_ARGS: -ldflags="-w -s"
|
GO_BUILD_ARGS: -ldflags="-w -s"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
{{ .Code -}}
|
{{- .Code -}}
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue