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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user