Skip to content

Commit d27427d

Browse files
authored
README: Add a logo (#1396)
1 parent 5acd569 commit d27427d

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

.readme.tmpl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# :zap: zap [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
22

3+
<div align="center">
4+
35
Blazing fast, structured, leveled logging in Go.
46

7+
![Zap logo](assets/logo.png)
8+
9+
[![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
10+
11+
</div>
12+
513
## Installation
614

715
`go get -u go.uber.org/zap`

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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">
25

36
Blazing fast, structured, leveled logging in Go.
47

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+
514
## Installation
615

716
`go get -u go.uber.org/zap`

assets/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

assets/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module go.uber.org/zap/assets
2+
3+
go 1.21.5

assets/logo.png

106 KB
Loading

0 commit comments

Comments
 (0)