53477c6a34
new file: main_dc/yalarba/api_es/.env new file: main_dc/yalarba/api_es/Dockerfile new file: main_dc/yalarba/api_es/cmd/main.go new file: main_dc/yalarba/api_es/go.mod new file: main_dc/yalarba/api_es/readme.md deleted: main_dc/yalarba/api_tp/Makefile create api_es with main.go
9 lines
84 B
Go
9 lines
84 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println("Starting api_es ...")
|
|
} |