deleted: main_dc/BB/api_bb/go_bbb.mod
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Starting api_es ...")
|
||||
}
|
||||
Reference in New Issue
Block a user