Skip to content
View aurimasbachanovicius's full-sized avatar
🎯
Reaching out my goals
🎯
Reaching out my goals
  • Lithuania, Vilnius
Block or Report

Block or report aurimasbachanovicius

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

Hi there 👋

Pinned

  1. snakery snakery Public

    Snake game with SDL2 library in Go language

    Go 6

  2. jlog jlog Public

    Jira CLI Time Ligger

    Go

  3. typidy typidy Public

    Real time chat build in go(lang) using websockets for communication between client and server.

    Go

  4. stash stash Public

    PHP

  5. Jenkins Pipeline Groovy function to ... Jenkins Pipeline Groovy function to execute a command with changed files as argument. Can be used for linters which must check only changed files between stages.
    1
    @NonCPS
    2
    def executeCommandWithFiles(command) {
    3
        def changeLogSets = currentBuild.changeSets
    4
        def filesString = ""
    5