github.com/cybriq/giocore@v0.0.7-0.20210703034601-cfb9cb5f3900/app/internal/log/log_ios.m (about) 1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 // +build darwin,ios 4 5 @import Foundation; 6 7 #include "_cgo_export.h" 8 9 void nslog(char *str) { 10 NSLog(@"%@", @(str)); 11 }