2018-09-24 21:46:21 +00:00
|
|
|
// Copyright 2018 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-07-30 14:28:58 -07:00
|
|
|
//-go:build !aix && !darwin && !freebsd && !openbsd && !plan9 && !solaris
|
|
|
|
|
2018-09-24 21:46:21 +00:00
|
|
|
package runtime
|
|
|
|
|
2020-01-02 15:05:27 -08:00
|
|
|
func nanotime1() int64
|