Student: Xiangxiu Meng
Mentors: Paula Popa, Lia
Project: Monitor Sensors signal in 2D and 3D
Organization: INCF
| package main | |
| import ( | |
| "bufio" | |
| "fmt" // A package in the Go standard library. | |
| "os" | |
| "strconv" | |
| "strings" | |
| ) |
| if | |
| <% if(...) { %> xxx <% } %> | |
| if else | |
| <% if(...) { %> xxx <% } else { %> xxx <% } %> |