PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/go/struct_rename_runme.go

#
Go | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | b131ccdb53b0a23b2a77c33881cf86f2 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import "./struct_rename"
  3. func main() {
  4. _ = struct_rename.NewBar()
  5. }