1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: dd .vdocignore + minor fixes

This commit is contained in:
Ned Palacios
2020-06-29 17:03:09 +08:00
committed by GitHub
parent c588bdee5a
commit 025652bb78
6 changed files with 101 additions and 39 deletions

View File

@ -127,6 +127,7 @@ pub fn read_file(path string) ?string {
}
/***************************** Utility ops ************************/
pub fn (mut f File) flush() {
if !f.opened {
return