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

docs: remove obsolete import os in the hot code reloading example (#10655)

This commit is contained in:
nasjp 2021-07-04 23:42:52 +09:00 committed by GitHub
parent 452c8e14d4
commit 2752833a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4638,7 +4638,6 @@ Translating it to V gives you several advantages:
module main
import time
import os
[live]
fn print_message() {