From 411eaadc15410ea1c5df43d34e8b6a8fb3b2e447 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 18 Jul 2020 10:41:06 +0300 Subject: [PATCH] CI: make sure vcreate.v is not skipped by `v build-tools` --- cmd/tools/vcreate.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/tools/vcreate.v b/cmd/tools/vcreate.v index 1aa96651cf..bb04631f3a 100644 --- a/cmd/tools/vcreate.v +++ b/cmd/tools/vcreate.v @@ -1,3 +1,5 @@ +module main + // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license that can be found in the LICENSE file. // @@ -5,7 +7,6 @@ // structure of the program in the _current_ directory, while `new` // makes the program structure in a _sub_ directory. Besides that, the // functionality is essentially the same. -module main import os