gobyexample/main.go

10 lines
161 B
Go

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