AJOU-Connection/StopBus_Server

main.go TDD 코드 제작

mjin1220 opened this issue · 1 comments

StopBus_Server/main.go

Lines 9 to 14 in 4dbfffe

func main() {
err := http.ListenAndServe(":51234", Handler())
if err != nil {
log.Fatalf("[ERROR] %v\n", err)
}
}

golang에서 main_test.go 작성하는 방법 연구하기

This project will no longer be maintained or supported.