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

Block or report lucafmarques

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
lucafmarques/README.md

Hey 👋

I'm Luca.

I'm a software engineer based in Brazil and I enjoy playing around with Golang (and sometimes Rust).

Here you can find some toy libraries, random experiments with the languages and other personal stuff.

Pinned Loading

  1. rpchan rpchan Public

    Channel-like semantics over net/rpc

    Go 13

  2. env env Public

    Read and write envs with generics

    Go 3

  3. conf conf Public

    Application configuration made simple

    Go 1

  4. coro coro Public

    Coroutines in golang

    Go 1

  5. Generic Bind implementation Generic Bind implementation
    1
    /*
    2
    	Bind takes in a pointer to a type T and a function of signature func(T) U.
    3
    	Bind returns a buffered channel of U's "results" and a quit channel.
    4
    	Bind works by spawning a goroutine that "watches" if the value at the 
    5
    	pointer has changed, and if so, sends the result of the function 
  6. ditointernet/go-dito ditointernet/go-dito Public

    Go 6