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

Block or report lalizita

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 Loading

  1. simple-live-streaming-server simple-live-streaming-server Public

    Project that implements live streaming with RTMP and HLS

    64 14

  2. golings golings Public

    Forked from mauricioabreu/golings

    rustlings but for golang this time

    Go 2

  3. todo-cli todo-cli Public

    Go todo app usign CLI

    Go 11

  4. closure example with anonymous funct... closure example with anonymous function in Go
    1
    func status() func() string {
    2
    	var index int
    3
    	orderStatus := map[int]string{
    4
    		1: "TO DO",
    5
    		2: "DOING",
  5. nginx-cache nginx-cache Public

    Cache configuration for NGINX with Bypass

    Go 16 4

  6. cobra-basics cobra-basics Public

    Repo to apply my studies building a CLI using cobra.dev

    Go