github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/gui/information.go (about)

     1  /* For license and copyright information please see LEGAL file in repository */
     2  
     3  package gui
     4  
     5  // Information :
     6  type Information struct {
     7  	Language    string
     8  	Name        string
     9  	ShortName   string
    10  	Tagline     string
    11  	Slogan      string
    12  	Description string
    13  	Tags        []string
    14  }