gin-standard/service/ping-service.go

6 lines
82 B
Go

package service
func Ping() (interface{}, error) {
return "hello world.", nil
}