Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Add copyright notice
  • Loading branch information
jbarham committed Feb 15, 2011
1 parent edab92d commit 1e1972e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pgsql.go
@@ -1,3 +1,7 @@
// Copyright 2011 John E. Barham. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package pgsql provides high-level access to the PostgreSQL libpq client access library.
package pgsql

Expand Down
6 changes: 5 additions & 1 deletion pgsql_test.go
@@ -1,3 +1,7 @@
// Copyright 2011 John E. Barham. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package pgsql

import (
Expand All @@ -10,7 +14,7 @@ import (
)

type rec struct {
tf bool
tf bool
i32 int
i64 int64
s string
Expand Down

0 comments on commit 1e1972e

Please sign in to comment.