Skip to content
View yan-aint-nickname's full-sized avatar
Block or Report

Block or report yan-aint-nickname

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
yan-aint-nickname/README.md

Pinned

  1. Polish notation in go Polish notation in go
    1
    package main
    2
    
    
    3
    import (
    4
    	"errors"
    5
    	"fmt"
  2. SpiralCounter SpiralCounter
    1
    package main
    2
    
    
    3
    import "fmt"
    4
    
    
    5
    func main() {
  3. dead-simple-edd dead-simple-edd Public

    Dead simple event driven architecture

    Go

  4. dead-simple-fiber-fs dead-simple-fiber-fs Public

    Testing hypothesis fiber as dead simple file-server

    Go

  5. TheAlgorithms/Go TheAlgorithms/Go Public

    Algorithms and Data Structures implemented in Go for beginners, following best practices.

    Go 14.7k 2.5k