Commit c995df4a authored by Ubuntu's avatar Ubuntu

add gpu usage

parent 175afe93
......@@ -64,8 +64,8 @@ func main() {
return c.JSON(res)
res := make([]DeviceInfo, 0)
return c.JSON(res)
//res := make([]DeviceInfo, 0)
//return c.JSON(res)
// Send a string response to the client
//return c.SendString("Hello, World 👋!")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment