forked from External/ergo
Attempt to add mostly-correct license info at the top of each file... track this stuff a bit better
This commit is contained in:
parent
fef7979b1c
commit
2f08401a0f
25 changed files with 110 additions and 4 deletions
|
|
@ -1,11 +1,15 @@
|
|||
// Copyright (c) 2012-2014 Jeremy Latt
|
||||
// released under the MIT license
|
||||
|
||||
package irc
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
func InitDB(path string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue