proteus icon indicating copy to clipboard operation
proteus copied to clipboard

Does not worker with time.Time field

Open Petelin opened this issue 5 years ago • 0 comments

error scanning package "git.byted.org/ee/byteview/svc/core/model": 

/Users/xxx/go/src/git.byted.org/ee/byteview/svc/core/model/model.go:3:8: 

could not import time (/Users/xxx/go/gosdk/go1.14/src/time/format.go:7:8: 

could not import errors (/Users/xxx/go/gosdk/go1.14/src/errors/wrap.go:8:2: 

could not import internal/reflectlite(/Users/xxx/go/gosdk/go1.14/src/internal/reflectlite/value.go:8:2: 

could not import runtime (/Users/xxx/go/gosdk/go1.14/src/runtime/atomic_pointer.go:8:2: 

could not import runtime/internal/atomic (/Users/xxx/go/gosdk/go1.14/src/runtime/internal/atomic/atomic_amd64.go:23:28: 

cannot convert ptr (variable of type unsafe.Pointer) to *unsafe.Pointer)))))

Petelin avatar May 25 '20 09:05 Petelin