Skip to content
View burik666's full-sized avatar
🤘
\m/
🤘
\m/
Block or Report

Block or report burik666

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

Pinned

  1. gobin gobin Public

    gobin is a package manager for /go/bin

    Go 22 1

  2. yagostatus yagostatus Public

    Yet Another i3status replacement written in Go

    Go 72 7

  3. Use golangci-lint in docker like loc... Use golangci-lint in docker like locally installed.
    1
    #!/bin/bash
    2
    CACHE_DIR="/tmp/golint-docker-$USER"
    3
    DEFAULT_CONFIG="$HOME/.golangci.yml"
    4
    
                  
    5
    mkdir -p "$CACHE_DIR"
  4. bash: print command execution time a... bash: print command execution time and exit code.
    1
    function __timer_now {
    2
       printf %s "${EPOCHREALTIME//\./}"
    3
    }
    4
    
                  
    5
    function __timer_start {