Skip to content

Commit 2e85809

Browse files
committed
io: deprecate the io.string_reader module (since it is not used in vlib, and has confusing and under tested/documented API - see vlang#25713 )
1 parent 2548495 commit 2e85809

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vlib/io/string_reader/string_reader.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@[deprecated: 'If you use it, create a local module named `string_reader`, and copy https://github.com/vlang/v/blob/f24d49259db5d2d7211e79bcf6b6f507d22847f3/vlib/io/string_reader/string_reader.v there.']
2+
@[deprecated_after: '2026-01-06']
13
module string_reader
24

35
import io

0 commit comments

Comments
 (0)