https://github.com/liggitt/convertible117
https://github.com/liggitt/convertible117
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liggitt/convertible117
- Owner: liggitt
- Created: 2021-08-18T14:59:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T14:59:44.000Z (over 3 years ago)
- Last Synced: 2025-01-11T16:50:15.444Z (4 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
gvm use go1.16 && go test ./ -v -count=1
Now using version go1.16
=== RUN TestConvertible
--- PASS: TestConvertible (0.00s)
PASS
ok github.com/liggitt/convertible117 0.629sgvm use go1.17 && go test ./ -v -count=1
Now using version go1.17
=== RUN TestConvertible
convertible_test.go:24: !convertible
--- FAIL: TestConvertible (0.00s)
FAIL
FAIL github.com/liggitt/convertible117 0.566s
FAIL
```