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

checker, builtin: prepage for builtin channels (#6262)

This commit is contained in:
Uwe Krüger
2020-08-30 08:55:31 +02:00
committed by GitHub
parent d88e8bb9ea
commit c351f8fa47
3 changed files with 5 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ pub const (
// math.bits is needed by strconv.ftoa
pub const (
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash', 'strings', 'builtin']
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash', 'strings', 'time', 'builtin']
)
pub const (