aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/rename_strip_encoder_runme.go
blob: 1d0bcb6600c5ce4d968af5f119e33d664d7d1955 (plain)
1
2
3
4
5
6
7
8
9
package main

import . "./rename_strip_encoder"

func main() {
	_ = NewSomeWidget()
	a := NewAnotherWidget()
	a.DoSomething()
}