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

Block or report dannyskoog

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. pull-request-comment pull-request-comment Public

    A GitHub action for posting comments in pull requests

    TypeScript

  2. Go 1.18 - Generics Go 1.18 - Generics
    1
    # Go 1.18 - Generics
    2
    
                  
    3
    Go 1.18 will be a significant release and contains a lot of [new features](https://sebastian-holstein.de/post/2021-11-08-go-1.18-features/). One of them is **generics** which you can experiment yourself with using either the [playground](https://go2goplay.golang.org/) or [gotip](https://pkg.go.dev/golang.org/dl/gotip).
    4
    
                  
    5
    Examples:
  3. weekly-code-challenge weekly-code-challenge Public

    Go

  4. go-fuzzing go-fuzzing Public

    Go 2

  5. adventofcode2020 adventofcode2020 Public

    Go

  6. C# 9 - What's new? C# 9 - What's new?
    1
    # Examples of the majority of the new features in C# 9
    2
    
                  
    3
    1. [Top level statements](#file-1-top-level-statements-cs)
    4
    2. [Init only setters](#file-2-init-only-setters-cs)
    5
    3. [Record types](#file-3-record-types-cs)