1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/io
2021-05-08 14:21:53 +03:00
..
util tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
buffered_reader.v io: BufferedReader.free() 2021-03-15 21:25:19 +01:00
custom_string_reading_test.v io: fix not reading the last byte of a stream with .read(mut buf) 2021-03-04 08:59:48 +02:00
io_test.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
io.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
multi_writer_test.v io: add MultiWriter (#10021) 2021-05-08 14:21:53 +03:00
multi_writer.v io: add MultiWriter (#10021) 2021-05-08 14:21:53 +03:00
os_file_reader_test.v os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests 2021-03-04 14:54:39 +02:00
reader_test.v tools: check formatting of more modules with v test-cleancode, colorize v vet output 2021-03-24 12:39:39 +02:00
reader.v os: make os module handle large files (#9439) 2021-03-26 07:51:55 +01:00
readerwriter.v io: remove unused Zzz_CoerceInterfaceTableGeneration struct; add test for x := Enum{} 2021-02-17 01:37:05 +02:00
writer.v os: make os module handle large files (#9439) 2021-03-26 07:51:55 +01:00