[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
0

Configure Feed

Select the types of activity you want to include in your feed.

gastro / scripts / test / _default
132 B 6 lines
1#!/usr/bin/env bash 2#MISE description="Run all tests with race detector" 3 4set -euo pipefail 5 6go test ./... -race -timeout 120s "$@"