mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-16 22:43:15 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
//go:build unix
|
|
|
|
package typst
|
|
|
|
// The path to the typst executable.
|
|
var ExecutablePath = "typst"
|