mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -4,9 +4,7 @@ import os
|
|||
import term
|
||||
import time
|
||||
|
||||
const (
|
||||
term_colors = term.can_show_color_on_stdout()
|
||||
)
|
||||
const term_colors = term.can_show_color_on_stdout()
|
||||
|
||||
pub fn set_verbose(on bool) {
|
||||
// setting a global here would be the obvious solution,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue