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

run vfmt on vlib/builtin

This commit is contained in:
Alexander Medvednikov
2019-12-19 23:52:45 +03:00
parent 76c800ffb6
commit d082b3f4b9
15 changed files with 839 additions and 492 deletions

View File

@ -3,8 +3,6 @@
// that can be found in the LICENSE file.
module compiler
import (
strings
)