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:
|
||||
DEBUG_PORT: 2345
|
||||
REVEALJS_VERSION: 4.2.1
|
||||
HIGHLIGHTJS_VERSION: 11.3.1
|
||||
MERMAID_VERSION: 8.13.6
|
||||
HIGHLIGHTJS_VERSION: 11.4.0
|
||||
MERMAID_VERSION: 8.14.0
|
||||
BINARY_NAME: goveal
|
||||
OUT_DIR: ./out
|
||||
GO_BUILD_ARGS: -ldflags="-w -s"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div class="mermaid">
|
||||
{{ .Code -}}
|
||||
{{- .Code -}}
|
||||
</div>
|
Loading…
Reference in a new issue