diff options
author | mattn <mattn.jp@gmail.com> | 2014-08-18 17:00:59 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-08-18 17:00:59 +0900 |
commit | 6535341da906b68a836904b742145b409e961a56 (patch) | |
tree | 0050319600a4581b8a65c85ed8dbf03ea1b6b636 /backup.go | |
parent | Remove license header from doc.go because it appear in godoc (diff) | |
download | golite-6535341da906b68a836904b742145b409e961a56.tar.gz golite-6535341da906b68a836904b742145b409e961a56.tar.xz |
Add one blank line for godoc
Diffstat (limited to 'backup.go')
-rw-r--r-- | backup.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 /* |