This commit is contained in:
Andrew Gallant (Ocelot)
2012-05-12 21:36:31 -04:00
parent f77feff864
commit 24fef4062a
5 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
package xgb
/*
conn.go contains a couple of functions that do some real dirty work related
to the initial connection handshake with X.
This code is largely unmodified from the original XGB package that I forked.
*/
import (
"errors"
"fmt"