Skip to content

Commit

Permalink
Fix import nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Smaga committed Nov 24, 2016
1 parent 0377ce2 commit 0c24dce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/ulog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ For example, the following piece of code:
```go
package main

import (
"go.uber.org/fx/core/ulog"
)
import "go.uber.org/fx/core/ulog"

func main() {
log := ulog.Logger()
Expand Down

0 comments on commit 0c24dce

Please sign in to comment.