2023-06-05 09:56:55 +00:00
|
|
|
#! /bin/bash
|
2023-06-08 02:51:56 +00:00
|
|
|
name=${1%\/}
|
|
|
|
echo $name
|
2023-06-21 04:21:56 +00:00
|
|
|
goctl api go -api server_api/$name.api -dir server/$name --home ./goctl_template/
|
|
|
|
# ctxName=server/$name/internal/svc/servicecontext.go
|
|
|
|
# gofmt -w $ctxName
|