8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "struct_rename"
|
|
|
|
func main() {
|
|
_ = struct_rename.NewBar()
|
|
}
|