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:
parent
919ba9e01f
commit
418081476d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user