3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-03-14 11:18:04 +01:00

windows is OK too

This commit is contained in:
Shivaram Lingamneni 2026-03-12 22:33:28 -04:00
parent 919ba9e01f
commit 418081476d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//go:build sqlite && (linux || darwin || freebsd)
//go:build sqlite && (linux || darwin || freebsd || windows)
// Copyright (c) 2020 Shivaram Lingamneni
// released under the MIT license

View File

@ -1,4 +1,4 @@
//go:build !sqlite || !(linux || darwin || freebsd)
//go:build !sqlite || !(linux || darwin || freebsd || windows)
// Copyright (c) 2020 Shivaram Lingamneni
// released under the MIT license