Skip to content

Commit

Permalink
govet: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ramon committed Jul 23, 2017
1 parent c9baa93 commit 17a0f74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scalars.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ func serializeDateTime(value interface{}) interface{} {
default:
return nil
}

return nil
}

func unserializeDateTime(value interface{}) interface{} {
Expand All @@ -313,8 +311,6 @@ func unserializeDateTime(value interface{}) interface{} {
default:
return nil
}

return nil
}

var DateTime = NewScalar(ScalarConfig{
Expand Down

0 comments on commit 17a0f74

Please sign in to comment.