Revision 17ee277c2acf875d05f73de42b23a768564cd4e7 authored by Jeffrey D on 27 December 2019, 07:35:51 UTC, committed by GitHub on 27 December 2019, 07:35:51 UTC
Was perusing the Cayley docs and happened upon this link that didn't work. Years of internet spelunking have steeled me for such moments, so I quickly found the docs, but the whole point of open source is so that someone does that sort of work once.
1 parent 5b324a5
Raw File
gogen.go
package cayley

//go:generate go run ./cmd/docgen/docgen.go -i ./docs/GizmoAPI.md.in -o ./docs/GizmoAPI.md
back to top