From 7f509ecd04480ad6e1a9771c08370254cc9af64c Mon Sep 17 00:00:00 2001 From: Serge Zaitsev Date: Mon, 16 Jan 2023 18:44:15 +0100 Subject: [PATCH] add link to godoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8835b3..a258b07 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library provides the most minimal and highly opinionated way to display a c * Cross-platform keyboard events (keycodes). * Cross-platform timers to have a stable FPS rate. * It's a single header in plain C99 of ~300LOC with no memory allocations. -* Go bindings (`import "github.com/zserge/fenster"`) +* Go bindings (`import "github.com/zserge/fenster"`, see [godoc](https://pkg.go.dev/github.com/zserge/fenster)) * Zig bindings (see [examples/minimal-zig](/examples/minimal-zig)) ## What it might do for you in the next version