Skip to content

Commit 1eaca86

Browse files
committed
modify tag to oci8
Signed-off-by: luoji <gunsluo@gmail.com>
1 parent c55d259 commit 1eaca86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Oracle Driver is [oci8](https://github.com/mattn/go-oci8), it is not pure golang
138138
To install the library and command line program, use the following:
139139

140140
```bash
141-
go get -tags oracle -v github.com/rubenv/sql-migrate/...
141+
go get -tags oci8 -v github.com/rubenv/sql-migrate/...
142142
```
143143

144144
```yml

sql-migrate/oracle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build oracle
1+
// +build oci8
22

33
package main
44

0 commit comments

Comments
 (0)