This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# table: xrt500, type: NEC | |
0x444 KEY_OK | |
0x445 KEY_UP | |
0x446 KEY_DOWN | |
0x447 KEY_LEFT | |
0x448 KEY_RIGHT | |
0x449 KEY_EXIT | |
0x44a KEY_BACK | |
0x41c KEY_MENU |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net/http" | |
) | |
func rootHandler(w http.ResponseWriter, r *http.Request) { |