Skip to content

Commit

Permalink
swap el or le
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Jun 30, 2023
1 parent 8829e25 commit 22e494b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ucs22str.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !386 && !arm && !mips && !mipsel
// +build !386,!arm,!mips,!mipsel
//go:build !386 && !arm && !mips && !mipsle
// +build !386,!arm,!mips,!mipsle

package mssql

Expand Down
4 changes: 2 additions & 2 deletions ucs22str_32bit.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build arm || 386 || mips || mipsel
// +build arm 386 mips mipsel
//go:build arm || 386 || mips || mipsle
// +build arm 386 mips mipsle

package mssql

Expand Down

0 comments on commit 22e494b

Please sign in to comment.