mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
replace ugly tos2(bytes)
with string(bytes)
This commit is contained in:
@ -144,4 +144,4 @@ fn main() {
|
||||
}
|
||||
}
|
||||
game_loop()
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@ fn main(){
|
||||
l.set_level(log.DEBUG)
|
||||
l.debug('debug')
|
||||
l.fatal('fatal')
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user