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

vfmt: make work with comptime

This commit is contained in:
Alexander Medvednikov
2020-05-27 03:33:37 +02:00
parent 23c0bb600c
commit 7c9279c447
5 changed files with 14 additions and 10 deletions

View File

@ -6,7 +6,7 @@ const (
port = 8082
)
pub struct App {
struct App {
pub mut:
vweb vweb.Context // TODO embed
cnt int