Skip to content

Instantly share code, notes, and snippets.

@lwdgit
lwdgit / main.go
Created December 4, 2022 15:37 — forked from planetA/main.go
test-runc
package main
import (
"fmt"
"golang.org/x/sys/unix"
"log"
"os"
"runtime"
"github.com/opencontainers/runc/libcontainer"
@lwdgit
lwdgit / 0_reuse_code.js
Created July 16, 2016 07:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console