8 lines
89 B
Go
8 lines
89 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func main() {
|
|
log.Println("Trip Planner API starting...")
|
|
}
|