Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gop / usr / lib / gop / tpl / scanner / _testdata / unit / in.gop
Size: Mime:
import "time"

x := "Let's wait for a second"
echo x

wait 0x10s
wait .1s
wait 1.s
wait 1.e7s
wait 1.2s

time.sleep 100im

spend 10.0rmb
spend 10.rmb

echo "Hello, world"...