github.com/primecitizens/pcz/std@v0.2.1/runtime/sym_notpcz.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  //go:build !pcz
     5  
     6  package runtime
     7  
     8  import "runtime"
     9  
    10  var (
    11  	buildVersion        = runtime.Version()
    12  	defaultGOROOT       = runtime.GOROOT()
    13  	goarm         uint8 = 0
    14  )