aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-08-18 17:00:59 +0900
committermattn <mattn.jp@gmail.com>2014-08-18 17:00:59 +0900
commit6535341da906b68a836904b742145b409e961a56 (patch)
tree0050319600a4581b8a65c85ed8dbf03ea1b6b636
parentRemove license header from doc.go because it appear in godoc (diff)
downloadgolite-6535341da906b68a836904b742145b409e961a56.tar.gz
golite-6535341da906b68a836904b742145b409e961a56.tar.xz
Add one blank line for godoc
-rw-r--r--backup.go1
-rw-r--r--error.go1
-rw-r--r--error_test.go1
-rw-r--r--sqlite3.go1
-rw-r--r--sqlite3_test.go1
-rw-r--r--sqlite3_windows.go1
6 files changed, 6 insertions, 0 deletions
diff --git a/backup.go b/backup.go
index 9e79c60..4b2a72d 100644
--- a/backup.go
+++ b/backup.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
/*
diff --git a/error.go b/error.go
index 59b5051..b910108 100644
--- a/error.go
+++ b/error.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
import "C"
diff --git a/error_test.go b/error_test.go
index 6a8660d..a006188 100644
--- a/error_test.go
+++ b/error_test.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
import (
diff --git a/sqlite3.go b/sqlite3.go
index 1683a48..aac71ad 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
/*
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 0f10780..581d289 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
import (
diff --git a/sqlite3_windows.go b/sqlite3_windows.go
index c5565e9..269c05a 100644
--- a/sqlite3_windows.go
+++ b/sqlite3_windows.go
@@ -2,6 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
+
package sqlite3
/*