mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-10 05:16:13 +10:00
Compare commits
2
Commits
1.0.20
...
lots_of_tests
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e207ebc7fa | ||
|
|
c1dd5474ac |
@@ -0,0 +1,9 @@
|
||||
source $GVM_ROOT/scripts/gvm
|
||||
gvm install 1.2 #status=0
|
||||
gvm list #status=0; match=/1\.2/
|
||||
gvm install go1.2 #status=0
|
||||
gvm list #status=0; match=/go1\.2/
|
||||
gvm use 1.2 #status=0
|
||||
go version #status=0; match=/1\.2/
|
||||
gvm use go1.2 #status=0
|
||||
go version #status=0; match=/go1\.2/
|
||||
Reference in New Issue
Block a user