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

parser: deprecate import(); replace remaining import()s

This commit is contained in:
Alexander Medvednikov
2020-04-26 07:35:59 +02:00
parent 48f9cc1ed7
commit a48080afec
5 changed files with 45 additions and 60 deletions

View File

@ -1,11 +1,8 @@
module help
//TODO: move this file outside internal, and merge it with cmd/tools/modules/vhelp/vhelp.v .
import (
os
v.pref
)
// TODO: move this file outside internal, and merge it with cmd/tools/modules/vhelp/vhelp.v .
import os
import v.pref
const (
unknown_topic = 'V Error: Unknown help topic provided. Use `v help` for usage information.'