github.com/nvi-inc/fsgo@v0.2.1/versions/utils/cgo/README (about)

     1  This is a modified version of the standard go util cgo.  It includes some 
     2  bug fixes and stylistic changes.
     3  
     4  -   mdempsky's patch for issue #5253 (embedded structs)
     5  -   includes a fix for #5256 (stripping prefixes)
     6  -   Converts struct fields C in snake_case to Go style CamelCase
     7  -   Adds json export tags  with the original C name to struct fields
     8  
     9  Contents of this directory Copyright (c) 2009 The Go Authors. All rights
    10  reserved. See LICENSE for details.