We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3653 commit 4abe601Copy full SHA for 4abe601
gen_sort_variants.v gen_sort_variantsgen_sort_variants.v renamed to gen_sort_variants
@@ -1,3 +1,5 @@
1
+// remove the .v extension as the 'module main' part breaks when installing from vpm
2
+
3
module main
4
5
import os
v.mod
@@ -1,7 +1,7 @@
Module {
name: 'sort'
description: 'A port of Go\'s sort package to V'
- version: '0.2.0'
+ version: '0.3.0'
license: 'MIT'
6
dependencies: []
7
}
0 commit comments