diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/io/io.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/io/io.go b/lib/io/io.go index f8437996..3df80e32 100644 --- a/lib/io/io.go +++ b/lib/io/io.go @@ -3,6 +3,9 @@ // license that can be found in the LICENSE file. // Package io extends the standard io library. +// +// DEPRECATED: This package has been merged into package lib/os and will +// be removed in the next six release v0.51.0. package io import ( |
