v.mod: remove commas; add example for v.vmod (#6169)

This commit is contained in:
Lukas Neubert 2020-08-19 16:07:10 +02:00 committed by GitHub
parent 88bca9d17a
commit eabc2daf86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 11 deletions

9
v.mod
View file

@ -1,7 +1,8 @@
Module {
name: 'V',
description: 'The V programming language.',
version: '0.1.29',
repo_url: 'https://github.com/vlang/v',
name: 'V'
description: 'The V programming language.'
version: '0.1.29'
license: 'MIT'
repo_url: 'https://github.com/vlang/v'
dependencies: []
}