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

live: move to vlib/v/live

This commit is contained in:
Delyan Angelov
2021-01-16 15:05:01 +02:00
parent 8571d9395b
commit 5c3ef588c3
10 changed files with 83 additions and 73 deletions

View File

@@ -2,7 +2,7 @@ module main
// Build this example with `v -live message.v`
import time
import live
import v.live
[live]
fn print_message() {