gobyexample/main.go

10 lines
161 B
Go
Raw Normal View History

2024-04-27 05:45:44 +00:00
package main
// import "git.sangeeth.dev/gobyexample/runes"
import "git.sangeeth.dev/gobyexample/structs"
func main() {
// runes.Runes()
structs.Structs()
}