9 lines
124 B
PowerShell
9 lines
124 B
PowerShell
|
|
|
||
|
|
# Nothing to see here
|
||
|
|
|
||
|
|
Write-Host "Linux GOLANG build"
|
||
|
|
Write-Host "Some text to print {{.Name}}"
|
||
|
|
|
||
|
|
go build ../src/main.go
|
||
|
|
|