Skip to content
View MatthewJamesBoyle's full-sized avatar
Block or Report

Block or report MatthewJamesBoyle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MatthewJamesBoyle/README.md

Pinned

  1. golang-interview-prep golang-interview-prep Public

    Go 562 64

  2. uptime-gobot uptime-gobot Public

    Inspired by https://uptimerobot.com/, uptimeGobot is a little program that will monitor as many URLs as you like and report to Slack if they are down.

    Go 16 2

  3. go-panic-catch go-panic-catch Public

    go-panic-catch is a simple middleware for golang web servers that recovers from panics and enables you to handle panics gracefully.

    Go 15 2

  4. catserver catserver Public

    Server with one endpoint / that returns a random cat fact and image everytime.

    Go 3 2

  5. production go dockerfile production go dockerfile
    1
    FROM golang:1.21.0-bullseye as builder
    2
    
                  
    3
    COPY . /workdir
    4
    WORKDIR /workdir
    5
    
                  
  6. logging-module logging-module Public

    Go 17 2