|
|
http.HandleFunc("/", generateBoard)
|
|
http.HandleFunc("/", generateBoard)
|
|
|
log.Fatal(http.ListenAndServe(":8081", nil))
|
|
log.Fatal(http.ListenAndServe(":8081", nil))
|
|
|
b := board.NewPartial(x, y, width, height, totalWidth, totalHeight)
|
|
b := board.NewPartial(x, y, width, height, totalWidth, totalHeight)
|