81621c4 ^
951675d ^
51fa14e ^
1
2 3 4 5
6
7 8 9 10 11
package lib import "time" type File struct { Id string `db:"id"` User_id string `db:"user_id"` Absolute_path string `db:"absolute_path"` Contents string `db:"contents"` Timestamp time.Time `db:"timestamp"` }