Skip to content
Snippets Groups Projects
Commit 926329d7 authored by ko_oler's avatar ko_oler
Browse files

правки по ПР

parent 5ea3241a
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,10 @@ import ( ...@@ -6,8 +6,10 @@ import (
"time" "time"
) )
var zeroTime = time.Time{} var (
var timestampType = &TimestampType{} zeroTime = time.Time{}
timestampType = &TimestampType{}
)
type TimestampParameters struct{} type TimestampParameters struct{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment