Compare commits

..

1 Commits

Author SHA1 Message Date
Aleksandr 3359021230
Merge b72c2c3203 into c3d5470ef7 2026-01-20 19:00:41 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !log_android //go:build !android
// +build !log_android // +build !android
package main package main

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build log_android //go:build android
// +build log_android // +build android
package main package main