Skip to content

Commit da60999

Browse files
committed
Readme
1 parent 00b00a0 commit da60999

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ODBC database driver for Go
22

3-
install:
3+
Install:
44
make install
55
(note: windows need apply CL 3733046 <http://codereview.appspot.com/3733046/> for new cgo windows port.)
66

7-
simple usage:
7+
Example:
88

99
package main
1010

@@ -22,4 +22,8 @@ func main() {
2222
}
2323
stmt.Close()
2424
conn.Close()
25-
}
25+
}
26+
27+
Tested on:
28+
SQL Server 2005 and Windows 7
29+
SQL Server 2005 and Ubuntu 10.4 (UnixODBC+FreeTDS)

0 commit comments

Comments
 (0)