Black Lives Matter. Support the Equal Justice Initiative.

Source file src/runtime/timestub2.go

Documentation: runtime

     1  // Copyright 2018 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build !aix && !darwin && !freebsd && !openbsd && !solaris && !windows && !(linux && amd64)
     6  // +build !aix
     7  // +build !darwin
     8  // +build !freebsd
     9  // +build !openbsd
    10  // +build !solaris
    11  // +build !windows
    12  // +build !linux !amd64
    13  
    14  package runtime
    15  
    16  func walltime() (sec int64, nsec int32)
    17  

View as plain text