gophersay

GopherSay allow you to display a message said by a cute random Gopher. (by scraly)

Gophersay Alternatives

Similar projects and alternatives to gophersay

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gophersay alternative or higher similarity.

gophersay reviews and mentions

Posts with mentions or reviews of gophersay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-19.
  • Learning Go by examples: part 9 - Use HomeBrew & GoReleaser for distributing a Golang app
    2 projects | dev.to | 19 Jan 2022
    # typed: false # frozen_string_literal: true # This file was generated by GoReleaser. DO NOT EDIT. class Gophersay < Formula desc "" homepage "https://github.com/scraly/homebrew-tools" version "1.0.2" on_macos do if Hardware::CPU.intel? url "https://github.com/scraly/gophersay/releases/download/v1.0.2/gophersay_1.0.2_Darwin_x86_64.tar.gz" sha256 "084b60f89b442cc66159a495421d3e9fb48b3861b324a2ac1062d4491c342f27" def install bin.install "gophersay" end end if Hardware::CPU.arm? url "https://github.com/scraly/gophersay/releases/download/v1.0.2/gophersay_1.0.2_Darwin_arm64.tar.gz" sha256 "0e98ff426817075492f3e61569c28d5bfd7a69ab7264f6cf03dd99e007277ae1" def install bin.install "gophersay" end end end on_linux do if Hardware::CPU.intel? url "https://github.com/scraly/gophersay/releases/download/v1.0.2/gophersay_1.0.2_Linux_x86_64.tar.gz" sha256 "bd3af60d4e9f5deb63dfd675cc5c2aa515d4897fb056b3170d316d9a9e466998" def install bin.install "gophersay" end end if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? url "https://github.com/scraly/gophersay/releases/download/v1.0.2/gophersay_1.0.2_Linux_arm64.tar.gz" sha256 "b8e8113b90efcd8dce4a38d648000cd5f1d8830bba039a585ca2d5067eb17740" def install bin.install "gophersay" end end end end
  • Learning Go by examples: part 8 - Automatically cross-compile & release your Go app
    3 projects | dev.to | 1 Sep 2021

Stats

Basic gophersay repo stats
2
22
0.0
over 1 year ago

scraly/gophersay is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of gophersay is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com