Add todos

pull/140/head
Pagran 5 years ago
parent a1b7ac9674
commit 2bd6546efc

@ -41,11 +41,14 @@ env GO_VERSION='go version go1.15.2 windows/amd64'
-- main.go --
package main
# TODO: Place file direct to .bin directory
-- go.sh --
#!/bin/sh
[ -z "$GO_VERSION" ] && exit 1 || echo "$GO_VERSION"
# TODO: Place file direct to .bin directory
-- go.bat --
@echo off
IF DEFINED GO_VERSION (echo %GO_VERSION%) ELSE (exit 1)

Loading…
Cancel
Save