package main // import "git.sangeeth.dev/gobyexample/runes" import "git.sangeeth.dev/gobyexample/structs" func main() { // runes.Runes() structs.Structs() }