0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

go fmt / badges

This commit is contained in:
vx3r
2020-01-30 16:17:29 +09:00
parent 9b6d610a9c
commit a1828bfcd8
5 changed files with 19 additions and 19 deletions

View File

@ -2,7 +2,7 @@ package model
import "time"
// client structure
// Client structure
type Client struct {
Id string `json:"id"`
Name string `json:"name"`

View File

@ -2,7 +2,7 @@ package model
import "time"
// server structure
// Server structure
type Server struct {
Name string `json:"name"`
Created time.Time `json:"created"`