5 lines
120 B
Bash
Executable file
5 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
export GOPATH=/go
|
|
export PATH=/go/bin:/usr/local/go/bin:$PATH
|
|
go install github.com/air-verse/air@v1.60.0
|
|
air
|