aboutsummaryrefslogtreecommitdiff
path: root/nexgb
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-10-15 13:35:03 -0400
committerPřemysl Janouch <p@janouch.name>2018-09-08 16:49:15 +0200
commit13eff4bec3ce71d26f6cc423a43cb158b60842a4 (patch)
tree34e5976190eec696a109793733b6f512c74f0dcd /nexgb
parent08275ebda825e8f6f03e3329793b72e34affad2f (diff)
downloadhaven-13eff4bec3ce71d26f6cc423a43cb158b60842a4.tar.gz
haven-13eff4bec3ce71d26f6cc423a43cb158b60842a4.tar.xz
haven-13eff4bec3ce71d26f6cc423a43cb158b60842a4.zip
Tests were move to xproto package a long time ago. Update README.
Diffstat (limited to 'nexgb')
-rw-r--r--nexgb/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/README b/nexgb/README
index 1213ab5..c96a5fb 100644
--- a/nexgb/README
+++ b/nexgb/README
@@ -3,7 +3,7 @@ core X protocol and many of the X extensions. It is closely modeled after
XCB and xpyb.
It is thread safe and gets immediate improvement from parallelism when
-GOMAXPROCS > 1. (See the benchmarks in xgb_test.go for evidence.)
+GOMAXPROCS > 1. (See the benchmarks in xproto/xproto_test.go for evidence.)
Please see doc.go for more info.