Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invocation of deferred function for loading schema.
Golang's defer's arguments are evaluated immediately. Thus the time.Since(start) was being resolved immediately, rather than at the end of function execution. Signed-off-by: dleibovic <[email protected]>
- Loading branch information