mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-17 23:43:10 +01:00
Remove legacy build tags
This commit is contained in:
parent
47a5e8b83c
commit
47105b411f
3 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
|||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build cgo && !nocrypto
|
||||
// +build cgo,!nocrypto
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build cgo && !nocrypto
|
||||
// +build cgo,!nocrypto
|
||||
|
||||
package database
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build !cgo || nocrypto
|
||||
// +build !cgo nocrypto
|
||||
|
||||
package main
|
||||
|
||||
|
|
Loading…
Reference in a new issue