diff options
| author | t <t@tjp.lol> | 2026-07-07 12:28:16 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-07 13:10:56 -0600 |
| commit | 91c270db024c036a360f12052b2bd10e4b04a926 (patch) | |
| tree | 1896fbde88dfe0a4118f4f7f24569aee0f63b583 /libpanto-go/README.md | |
| parent | f83578fdc9264019a1a1cef8c5484a161167d3dd (diff) | |
Diffstat (limited to 'libpanto-go/README.md')
| -rw-r--r-- | libpanto-go/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpanto-go/README.md b/libpanto-go/README.md index 0b21137..c4da899 100644 --- a/libpanto-go/README.md +++ b/libpanto-go/README.md @@ -22,6 +22,8 @@ At runtime, make sure `../zig-out/lib` (or the installed equivalent) is on your ## Example ```go +import "code.tjp.lol/libpantograph.git/libpanto-go/panto" + panto.Init() defer panto.Deinit() |
