8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
import "app/api"
|
|
|
|
func main() {
|
|
backend := api.Api{}
|
|
backend.Run()
|
|
}
|