diff options
| author | Shulhan <ms@kilabit.info> | 2023-04-09 21:02:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-04-09 21:02:02 +0700 |
| commit | dfa08f49e696598ab60f8dca86e7caaa2c272a2f (patch) | |
| tree | 44a285bfee0f17e4551b0e3a4876b3753f584e90 /lib | |
| parent | 860bac9bc6c50ffdd04b0f272f4786806adf9ce6 (diff) | |
| download | pakakeh.go-dfa08f49e696598ab60f8dca86e7caaa2c272a2f.tar.xz | |
lib/io: mark the package as deprecated
Also, mention the deprecation in the README along with lib/parser.
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 ( |
