1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fix: update instructions to run go generate

This commit is contained in:
retgits 2019-01-26 20:11:23 -08:00
parent fa07e36b2e
commit 3770977d24
No known key found for this signature in database
GPG Key ID: 9D3AD75D6182395C

View File

@ -1,7 +1,7 @@
package main
// Generators
// To generate the skeelton for a new TextWidget use 'WTF_WIDGET_NAME=bla go generate text'
// To generate the skeleton for a new TextWidget use 'WTF_WIDGET_NAME=MySuperAwesomeWidget go generate -run=text
//go:generate -command text go run generator/textwidget.go
//go:generate text