Commit 3c5adf4
committed
Switch alias.go to new logging pkg layout
This switches alias.go over to the new logging layout. In order to
avoid alias.go pulling in Zap, we don't put ZapLogger in alias.go any
more. Practically, this is probably fine. It means an extra line in
main.go, but it's just one, and allows people to avoid extraneous
dependencies.1 parent 7207db7 commit 3c5adf4
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 129 | | |
0 commit comments