This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
golang-examples
Watch
1
Star
0
Fork
You've already forked golang-examples
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2960a05ed3
golang-examples
/
example-gocui-mouse
/
Makefile
9 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
add something to dump the mozilla favicon file Signed-off-by: Jeff Carr <jcarr@wit.com>
2023-12-20 00:34:18 -06:00
run
:
GO111MODULE
=
"off"
go run mouse.go
install
:
BUILD: add rules to go get all the build deps Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-09-01 20:07:52 -05:00
go install
prep
:
go get
${
witgoget
}
.