Some gophers 🐻

Gophers 🐻

Hey 👋 ! Here are some drawings I have been using for talks about Golang.

These are mainly gophers, but also some dukes, and miscellaneous.

Gophers drawings are based on the original design of the Go gopher by Renee French.

See License for license information.

Gophers

alien_gopher.png asleep_1.png asleep_2.png backface_seating_gopher.png backface_seating_gopher_2.png candy_gopher.png candy_gopher_2.png candy_gopher_3.png charlie_gopher.png chasing_gophers.png crying_gopher.png dammy_gopher_facing_left.png dead_gopher.png dr_gopher.png experiment_1.png experiment_2.png experiment_3.png experiment_4.png facing_gopher.png gopher_blue.png gopher_brush.png gopher_chief.png gopher_chief_handraised.png gopher_chief_saying.png gopher_chief_shouting.png gopher_facing_back.png gopher_heart_running_blue.png gopher_heart_running_pink.png gopher_heart_running_purple.png gopher_heart_running_yellow.png gopher_purple.png gopher_saying_go.png gopher_star.png gopher_yellow.png goroutine.png goroutine_facing_side.png goroutine_wings.png hang_glider_gopher_purple.png heart_gopher.png heart_gopher_2.png hodor_gopher.png jugsummercamp_gopher.png kite_gopher_yellow.png large_gopher.png laying_down_gopher.png little_gopher_backpack.png little_gopher_byebye.png little_gopher_crying.png little_gopher_facing_backleft.png little_gopher_facing_front.png little_gopher_facing_right.png little_gopher_facing_right_diapers.png little_gopher_heart.png little_gopher_pushing.png little_gopher_shouting.png nico_gopher.png old_gopher.png old_gopher_crying.png old_gopher_shouting.png scheduler.png scheduler_2.png scheduler_open_mouth.png scooter_gopher_blue.png seating_gopher.png sitting_backface.png slide_gopher_blue.png small_gopher.png space_gopher.png swing_gophers.png trampoline_gopher_pink.png waving_gopher_blue.png waving_gopher_pink.png

Dukes

baby_duke.png candy_duke.png duke_handraised.png duke_jumping.png duke_kite.png duke_laying_down.png duke_sitting.png facing_duke.png thread.png thread_facing_side.png waving_duke.png

Miscellaneous

CPU.png CPU_facing_side.png backpack.png bubble.png buffered_channel.png candy_box.png candy_channel.png candy_tree.png closed_egg.png cloud1.png cloud2.png cloud3.png cloud4.png cloud5.png cpu_facing.png cpu_side.png fire.png heart_1.png heart_2.png heart_3.png heart_4.png heart_b_1.png heart_b_2.png heart_channel.png heart_channel_bicolor.png heart_channel_blue.png heart_channel_green.png heart_g_1.png heart_g_2.png heart_tree.png heavy.png hug.png large_bubble.png lock.png medium_bubble.png milk_bottle.png opened_egg.png opened_egg_gopher.png paint_bucket_blue.png paint_bucket_green.png pram.png pushpin.png scalpel.png small_bubble.png sparadra.png sun.png sweat_drop.png sweat_drop_2.png thug_glasses.png waitgroup.png

Uncolored

buffered_channel.png candy_gopher.png facing_gopher.png gopher_brush.png gopher_facing_back.png gopher_facing_right.png gopher_heart_running.png gopher_pushing.png gopher_star.png heart_1.png heart_2.png heart_3.png heart_4.png heart_channel.png heart_channel_bicolor.png heart_gopher.png heart_gopher_2.png paint_bucket.png paint_bucket_brush.png scheduler.png

License

Original design of the Go gopher by Renee French.

Gophers © 2021 by Nicolas Lepage is licensed under Attribution-NonCommercial-ShareAlike 4.0 International. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/

Owner
Nicolas Lepage
Developer @ Zenika Nantes
Nicolas Lepage
Similar Resources

Some gophers 🐻

Some gophers 🐻

Gophers 🐻 Hey 👋 ! Here are some drawings I have been using for talks about Golang. These are mainly gophers, but also some dukes, and miscellaneous.

Nov 15, 2022

Notification library for gophers and their furry friends.

Notification library for gophers and their furry friends.

Shoutrrr Notification library for gophers and their furry friends. Heavily inspired by caronc/apprise. Quick Start As a package Using shoutrrr is easy

Jan 3, 2023

An Experimental Wasm Virtual Machine for Gophers

gasm A minimal implementation of v1 WASM spec compatible virtual machine purely written in go. The vm can be embedded in your go program without any d

Dec 31, 2022

A computational topology package for gophers.

A computational topology package for gophers.

Simplices; simplicial complexes; simplicial chains; chain, cycle, boundary and homology groups; sets of simplices; methods for computing boundaries, Euler characteristics, Euler integrals, and Betti numbers, and more (with even more to come)!

Apr 19, 2021

The fantastic Reddit API wrapper for gophers

The fantastic Reddit API wrapper for gophers

mira is a Reddit Api Wrapper written in beautiful Go. It is super simple to use the bot as we also provide you with simple but fully extensive interfaces. Currently, mira is a project that is considered more or less complete.

Dec 18, 2022

HTTP requests for Gophers

HTTP requests for Gophers

Requests HTTP requests for Gophers. The problem: Go's net/http is powerful and versatile, but using it correctly for client requests can be extremely

Dec 26, 2022

A simple Discord bot developed for the Bedrock Gophers discord server.

Bedrock Gopher A simple Discord bot developed for the Bedrock Gophers discord server. Click here to invite the bot to your guild. You will also need t

Mar 12, 2022

This slack-bot collects all @gophers notifications into one slack channel

slack-bot Slack bot copying reference to a ping to notifications channel The bot is designed to listen on messages containing specific tag, copy refer

Apr 11, 2022

Marshmallow provides a flexible and performant JSON unmarshalling in Go. It specializes in dealing with unstructured struct - when some fields are known and some aren't, with zero performance overhead nor extra coding needed.

Marshmallow provides a flexible and performant JSON unmarshalling in Go. It specializes in dealing with unstructured struct - when some fields are known and some aren't, with zero performance overhead nor extra coding needed.

Marshmallow Marshmallow package provides a simple API to perform flexible and performant JSON unmarshalling in Go. Marshmallow specializes in dealing

Dec 26, 2022

Builds and restarts a Go project when it crashes or some watched file changes

Builds and restarts a Go project when it crashes or some watched file changes

gaper Used to build and restart a Go project when it crashes or some watched file changes Aimed to be used in development only. Changelog See Releases

Dec 30, 2022

AVL tree with some useful extensions written in Go

gocover An AVL tree (Adel'son-Vel'skii & Landis) is a binary search tree in which the heights of the left and right subtrees of the root differ by at

Mar 23, 2022

Some algorithms in go: maxflow(min-cuts or graph-cuts), edit-distance.

Algorithms In this repository, some algorithms are implemented in go language. GoDoc link: ed maxflow About Max-flow problem: A flow network is repres

Sep 8, 2022

A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.

A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.

Errors Errors package is a drop-in replacement of the built-in Go errors package with no external dependencies. It lets you create errors of 11 differ

Dec 6, 2022

go routine control, abstraction of the Main and some useful Executors.如果你不会管理Goroutine的话,用它

go routine control, abstraction of the Main and some useful Executors.如果你不会管理Goroutine的话,用它

routine Routine Architecture Quick Start package main import ( "log" "context" "github.com/x-mod/routine" ) func main(){ if err := routine.Main

Dec 6, 2022

Some utilities for Persian language in Go (Golang)

persian Some utilities for Persian language in Go (Golang). Installation go get github.com/mavihq/persian API .ToPersianDigits Converts all English d

Oct 22, 2022

HTTP middleware for Go that facilitates some quick security wins.

Secure Secure is an HTTP middleware for Go that facilitates some quick security wins. It's a standard net/http Handler, and can be used with many fram

Jan 3, 2023

easyssh-proxy provides a simple implementation of some SSH protocol features in Go

easyssh-proxy easyssh-proxy provides a simple implementation of some SSH protocol features in Go. Feature This project is forked from easyssh but add

Dec 30, 2022

Functional programming library for Go including a lazy list implementation and some of the most usual functions.

functional A functional programming library including a lazy list implementation and some of the most usual functions. import FP "github.com/tcard/fun

May 21, 2022

Some helper types for go1: priority queue, slice wrapper.

go-villa Package villa contains some helper types for Go: priority queue, slice wrapper, binary-search, merge-sort. GoDoc Link: http://godoc.org/githu

Apr 24, 2021
Some utilities for Persian language in Go (Golang)

persian Some utilities for Persian language in Go (Golang). Installation go get github.com/mavihq/persian API .ToPersianDigits Converts all English d

Oct 22, 2022
Functional programming library for Go including a lazy list implementation and some of the most usual functions.

functional A functional programming library including a lazy list implementation and some of the most usual functions. import FP "github.com/tcard/fun

May 21, 2022
Some helper types for go1: priority queue, slice wrapper.

go-villa Package villa contains some helper types for Go: priority queue, slice wrapper, binary-search, merge-sort. GoDoc Link: http://godoc.org/githu

Apr 24, 2021
dropspy is a (POC-quality) reworking of the C-language dropwatch tool in Go, with some extra features.

dropspy is a (POC-quality) reworking of the C-language dropwatch tool in Go, with some extra features.

Dec 12, 2022
Some examples of testing techniques and commonly used frameworks

golang-test-examples Some examples of testing techniques and commonly used frameworks Test frameworks Testify Ginkgo Convey godog (cucumber) Test exam

Oct 29, 2021
Some convenient string functions.

str Some convenient string functions. What This package containsa couple of functions to remove duplicates from string slices and optionally sort them

Dec 27, 2021
Some plain Go/Golang i2c sensor bindings to Waveshare Sense HAT for raspberry pi

i2c some plain Go/Golang i2c sensor bindings to Waveshare Sense HAT for raspberry pi using https://periph.io Supported hardware: Raspberry Zero W 1 ht

Dec 31, 2021
This contains some example (micro)service

This contains some example (micro)service. It should expose some of the issues when tyring to put too much logic into one file or to mix things that should not be mixed together.

Jan 11, 2022
In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.
In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.

In one particular project, i had to import some key/value data to Prometheus. So i have decided to create my custom-built Node Exporter in Golang.

May 19, 2022
If you accept that 1 day is 24 hours in some situations, you might want to parse it in Go too.

relaxduration If you accept that 1 day is 24 hours in some situations, you might want to parse it in Go too. This package tries to handle situations w

Dec 7, 2022