mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
Bring in http://golang.org/cl/138650044 from syscall package. Change-Id: I554b0b31b981c682b6826644564971321a55c9e4 Reviewed-on: https://go-review.googlesource.com/10030 Reviewed-by: Rob Pike <r@golang.org>
8 lines
191 B
Go
8 lines
191 B
Go
// Copyright 2015 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.
|
|
|
|
package unix
|
|
|
|
var Itoa = itoa
|