[READ-ONLY] Mirror of https://github.com/andrioid/gastro. Server Side templates, combining Go (frontmatter) and html/template (body) with full LSP support gastro.andri.dk
golang lsp-server template-engine
Something went wrong. Try again.
1234567#!/usr/bin/env bash#MISE description="Run all tests with race detector"set -euo pipefailgo test ./... -race -timeout 120s "$@"