Skip to content
View yonesko's full-sized avatar
  • Moscow
Block or Report

Block or report yonesko

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. cipherlist cipherlist Public

    Forked from joeshaw/cipherlist

    Example code from https://www.joeshaw.org/abusing-go-linkname-to-customize-tls13-cipher-suites/

    Go

  2. gitlitics gitlitics Public

    Go

  3. gitmetrics gitmetrics Public

    CLI Tool for counting line of codes by file extension.

    Go

  4. prepare-commit-msg to add task numbe... prepare-commit-msg to add task number (ABC-111) to each commit message
    1
    #!/bin/sh -x
    2
    #prepands commit message with "feat($BRANCH_NAME): "
    3
    
                  
    4
    COMMIT_MSG_FILE=$1
    5
    # COMMIT_SOURCE=$2
  5. protoredact protoredact Public

    Annotate fields in proto and clear them

    Go 1