2 lines
48 B
Bash
2 lines
48 B
Bash
|
|
#!/bin/bash
|
||
|
|
go build -o ./payment ../cmd/main.go
|