mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vmod: add v.mod parser
This commit is contained in:
@ -22,7 +22,6 @@ fn cerror(e string){
|
||||
|
||||
fn vmod_content(name, desc string) string {
|
||||
return [
|
||||
'#V Project#\n',
|
||||
'Module {',
|
||||
' name: \'${name}\',',
|
||||
' description: \'${desc}\',',
|
||||
|
Reference in New Issue
Block a user