diff options
| author | jEzEk <[email protected]> | 2017-12-10 18:21:16 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2017-12-10 18:21:16 +0100 |
| commit | 8d6f23ddc2610275b031dac90e8d3b3be3232113 (patch) | |
| tree | 2deb12d558727db2b90f03e46901523de48b01b0 | |
| parent | e7ad12b3260efa08a4a1652913d5d551fdc1b95d (diff) | |
README update
| -rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -10,10 +10,18 @@ Please see doc.go for more info. Note that unless you know you need XGB, you can probably make your life easier by using a slightly higher level library: xgbutil. +This is a fork of github.com/BurntSushi/xgb + Quick Usage =========== -go get github.com/BurntSushi/xgb -go run go/path/src/github.com/BurntSushi/xgb/examples/create-window/main.go +go get github.com/jezek/xgb +go run go/path/src/github.com/jezek/xgb/examples/create-window/main.go + +jezek's Fork +============ +I've forked the XGB repository from BurntSushi's github to be used in other project. + +Will make some changes to tailor it for my needs. BurntSushi's Fork ================= |
