mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
getting close to finishing temperature data api
This commit is contained in:
13
testing_files/person.go
Normal file
13
testing_files/person.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"gopkg.in/mgo.v2/bson"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Person struct {
|
||||
ID bson.ObjectId `bson:"_id,omitempty"`
|
||||
LastName string
|
||||
FirstName string
|
||||
Timestamp time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user