Skip to content

Instantly share code, notes, and snippets.

View andrewzeneski's full-sized avatar

Andrew Zeneski andrewzeneski

  • Null Pointer, Inc.
  • New York, NY
View GitHub Profile
@andrewzeneski
andrewzeneski / tx_test.go
Created January 24, 2012 20:41
Test Scan Inside TX (go-sqlite3)
package main
import (
"database/sql"
"testing"
"os"
_ "github.com/mattn/go-sqlite3"
)
// This test will pass