File tree Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# :zap: zap [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
2
2
3
+ <div align="center">
4
+
3
5
Blazing fast, structured, leveled logging in Go.
4
6
7
+ 
8
+
9
+ [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
10
+
11
+ </div>
12
+
5
13
## Installation
6
14
7
15
`go get -u go.uber.org/zap`
Original file line number Diff line number Diff line change 1
- # :zap : zap [ ![ GoDoc] [ doc-img ]] [ doc ] [ ![ Build Status] [ ci-img ]] [ ci ] [ ![ Coverage Status] [ cov-img ]] [ cov ]
1
+ # :zap : zap
2
+
3
+
4
+ <div align =" center " >
2
5
3
6
Blazing fast, structured, leveled logging in Go.
4
7
8
+ ![ Zap logo] ( assets/logo.png )
9
+
10
+ [ ![ GoDoc] [ doc-img ]] [ doc ] [ ![ Build Status] [ ci-img ]] [ ci ] [ ![ Coverage Status] [ cov-img ]] [ cov ]
11
+
12
+ </div >
13
+
5
14
## Installation
6
15
7
16
` go get -u go.uber.org/zap `
Original file line number Diff line number Diff line change
1
+ The logo for Zap was designed by [ Abhinav Gupta] ( https://abhinavg.net/ )
2
+ and is made available under the Creative Commons 4.0 Attribution License.
3
+
4
+ It is based on the Go Gopher mascot originally created by Renee French,
5
+ which is also licensed under the Creative Commons 4.0 Attribution License.
Original file line number Diff line number Diff line change
1
+ module go.uber.org/zap/assets
2
+
3
+ go 1.21.5
You can’t perform that action at this time.
0 commit comments