Skip to content

Commit

Permalink
fix(sql): Fix sql command for other 32-bit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed May 6, 2021
1 parent 2ae1541 commit 704d9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sql/sql.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build !arm
// +build !386

package sql

Expand Down
2 changes: 1 addition & 1 deletion sql/sql_arm.go → sql/sql_32bit.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build arm
// +build arm 386

package sql

Expand Down

0 comments on commit 704d9fb

Please sign in to comment.