1 // +build !cgo appengine 2 // 3 // !cgo || appengine == true ∵ 4 // !cgo == true 5 6 package platforms 7
View as plain text