This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-sqlite3
mirror of
https://github.com/mattn/go-sqlite3.git
Watch
1
Star
0
Fork
You've already forked go-sqlite3
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b1cb24388d
go-sqlite3
/
.travis
/
install.sh
6 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
[
$TRAVIS_OS_NAME
=
=
"osx"
]
]
;
then
brew install libsqlite3
fi
Reference in New Issue
View Git Blame
Copy Permalink