go-learning/development.sh

8 lines
99 B
Bash

#!/bin/bash
// run go program in cli
go run program.go
// compile go program
go build program.go