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,9 +1,11 @@
// Copyright 2009 The XGB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package xgb
/*
auth.go contains functions to facilitate the parsing of .Xauthority files.
It is largely unmodified from the original XGB package that I forked.
*/
import (
"bufio"
"errors"