2017-10-25 23:17:19 +03:00
|
|
|
// Copyright 2015 The Go Authors. All rights reserved.
|
2015-05-13 22:54:11 +03:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-02-20 06:57:36 +03:00
|
|
|
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
|
2018-08-17 11:25:03 +03:00
|
|
|
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
|
2015-05-14 08:30:49 +03:00
|
|
|
|
2015-05-13 22:54:11 +03:00
|
|
|
package unix
|
|
|
|
|
|
|
|
var Itoa = itoa
|