diff options
author | Scott Lawrence <bytbox@gmail.com> | 2012-01-20 11:44:56 -0500 |
---|---|---|
committer | Scott Lawrence <bytbox@gmail.com> | 2012-01-20 11:44:56 -0500 |
commit | c7906ff723157e36b1a3bb8b778a5ae87adc6baa (patch) | |
tree | ab1ad211878b4a5e4da2c385fd9f9650408e84d5 | |
parent | Fixing build at tip (diff) | |
download | golite-c7906ff723157e36b1a3bb8b778a5ae87adc6baa.tar.gz golite-c7906ff723157e36b1a3bb8b778a5ae87adc6baa.tar.xz |
Updating example
-rw-r--r-- | example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.go b/example/main.go index a17fa8b..6d6aa0e 100644 --- a/example/main.go +++ b/example/main.go @@ -1,7 +1,7 @@ package main import ( - "exp/sql" + "database/sql" "fmt" _ "github.com/mattn/go-sqlite3" "os" |