Back to Golangci Lint

Embed

docs/layouts/_shortcodes/golangci/embed.html

2.11.4207 B
Original Source

{{- /* Embeds a file. @param {string} file The path to the file. @returns {string} @example {{% golangci/embed file="path/to/file.txt" %}} */ -}} {{- $file := .Get "file" -}} {{ readFile $file | safeHTML}}