├── .gitattributes ├── EPS10_vector ├── gopher_birthday.eps ├── gopher_nerd.eps └── gopher_vacations.eps ├── PNG ├── dart.png ├── dart_background.png ├── go ua fixed shadow.png ├── go ua fixed.png ├── go ua with font fixed shadow.png ├── go ua with font fixed.png ├── go ua with font.png ├── go_ua.png ├── gopher girl without shadow.png ├── gopher_birthday.png ├── gopher_girl.png ├── gopher_nerd.png ├── gopher_vacations.png ├── luke.png ├── luke_background.png ├── modern_merlin.png └── with_pandora.png ├── README.md ├── TIF_(layers) ├── go ua with font.tif ├── go ua.tif └── gopher girl RGB layers.tif ├── TIF_CMYK_for_print ├── go ua CMYK.tif ├── go ua fixed CMYK.tif ├── go ua fixed shadow CMYK.tif ├── go ua with font CMYK.tif ├── go ua with font fixed CMYK.tif ├── go ua with font fixed shadow CMYK.tif ├── gopher girl CMYK without shadow.tif ├── gopher girl CMYK.tif ├── modern merlin cmyk.tif └── with pandora cmyk.tif └── TIF_RGB_(merged_layers) ├── go ua fixed shadow.tif ├── go ua fixed.tif ├── go ua with font fixed shadow.tif ├── go ua with font fixed.tif ├── go ua with font.tif ├── go ua.tif ├── gopher girl without shadows.tif ├── gopher girl.tif ├── modern merlin.tif └── with pandora.tif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/.gitattributes -------------------------------------------------------------------------------- /EPS10_vector/gopher_birthday.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/EPS10_vector/gopher_birthday.eps -------------------------------------------------------------------------------- /EPS10_vector/gopher_nerd.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/EPS10_vector/gopher_nerd.eps -------------------------------------------------------------------------------- /EPS10_vector/gopher_vacations.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/EPS10_vector/gopher_vacations.eps -------------------------------------------------------------------------------- /PNG/dart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/dart.png -------------------------------------------------------------------------------- /PNG/dart_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/dart_background.png -------------------------------------------------------------------------------- /PNG/go ua fixed shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go ua fixed shadow.png -------------------------------------------------------------------------------- /PNG/go ua fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go ua fixed.png -------------------------------------------------------------------------------- /PNG/go ua with font fixed shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go ua with font fixed shadow.png -------------------------------------------------------------------------------- /PNG/go ua with font fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go ua with font fixed.png -------------------------------------------------------------------------------- /PNG/go ua with font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go ua with font.png -------------------------------------------------------------------------------- /PNG/go_ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/go_ua.png -------------------------------------------------------------------------------- /PNG/gopher girl without shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/gopher girl without shadow.png -------------------------------------------------------------------------------- /PNG/gopher_birthday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/gopher_birthday.png -------------------------------------------------------------------------------- /PNG/gopher_girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/gopher_girl.png -------------------------------------------------------------------------------- /PNG/gopher_nerd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/gopher_nerd.png -------------------------------------------------------------------------------- /PNG/gopher_vacations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/gopher_vacations.png -------------------------------------------------------------------------------- /PNG/luke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/luke.png -------------------------------------------------------------------------------- /PNG/luke_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/luke_background.png -------------------------------------------------------------------------------- /PNG/modern_merlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/modern_merlin.png -------------------------------------------------------------------------------- /PNG/with_pandora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/PNG/with_pandora.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/README.md -------------------------------------------------------------------------------- /TIF_(layers)/go ua with font.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_(layers)/go ua with font.tif -------------------------------------------------------------------------------- /TIF_(layers)/go ua.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_(layers)/go ua.tif -------------------------------------------------------------------------------- /TIF_(layers)/gopher girl RGB layers.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_(layers)/gopher girl RGB layers.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua fixed CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua fixed CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua fixed shadow CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua fixed shadow CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua with font CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua with font CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua with font fixed CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua with font fixed CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/go ua with font fixed shadow CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/go ua with font fixed shadow CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/gopher girl CMYK without shadow.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/gopher girl CMYK without shadow.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/gopher girl CMYK.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/gopher girl CMYK.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/modern merlin cmyk.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/modern merlin cmyk.tif -------------------------------------------------------------------------------- /TIF_CMYK_for_print/with pandora cmyk.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_CMYK_for_print/with pandora cmyk.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua fixed shadow.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua fixed shadow.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua fixed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua fixed.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua with font fixed shadow.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua with font fixed shadow.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua with font fixed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua with font fixed.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua with font.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua with font.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/go ua.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/go ua.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/gopher girl without shadows.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/gopher girl without shadows.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/gopher girl.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/gopher girl.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/modern merlin.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/modern merlin.tif -------------------------------------------------------------------------------- /TIF_RGB_(merged_layers)/with pandora.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GolangUA/gopher-logos/HEAD/TIF_RGB_(merged_layers)/with pandora.tif --------------------------------------------------------------------------------