Skip to content

Commit

Permalink
go/libraries/doltcore/sqle/binlogreplication: Fix windows build tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
reltuk committed Jan 31, 2025
1 parent 16ae96b commit f131fb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
// +build darwin dragonfly freebsd linux netbsd openbsd
//go:build windows
// +build windows

package binlogreplication

Expand Down

0 comments on commit f131fb8

Please sign in to comment.