Skip to content

Instantly share code, notes, and snippets.

View buksy's full-sized avatar

Gihan Munasinghe buksy

View GitHub Profile
package main
import (
"fmt"
"reflect"
)
type Foo struct {
FirstName string `tag_name:"tag 1"`
LastName string `tag_name:"tag 2"`
@buksy
buksy / lxc-centos
Last active September 29, 2021 13:02 — forked from hagix9/lxc-centos
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors: