mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
add comment about where src/os/file.go came from
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// This file was originally copied from Go, see:
|
||||
// https://github.com/golang/go/blob/master/src/os/file.go
|
||||
//
|
||||
// Some of the code inherited from Go is not used anymore in Tinygo, but we keep
|
||||
// changes to a minimum to help simplify bringing changes (e.g. the lstat global
|
||||
// is not used here anymore, but we might need it if we add tests from Go in
|
||||
// this package).
|
||||
|
||||
// Package os implements a subset of the Go "os" package. See
|
||||
// https://godoc.org/os for details.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user