Skip to content

Commit

Permalink
Fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Apr 1, 2018
1 parent 782ad94 commit def1697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -167,10 +167,9 @@ package main

import (
"fmt"
"github.com/imdario/mergo"
"reflect"
"time"

"github.com/imdario/mergo"
)

type timeTransfomer struct {
Expand Down

0 comments on commit def1697

Please sign in to comment.