Skip to content
View lalizita's full-sized avatar

Highlights

  • Pro

Block or report lalizita

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

    80 15

  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 12

  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 17 4

  6. cobra-basics cobra-basics Public

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

    Go