Versions in this module Expand all Collapse all v0 v0.3.7 Dec 10, 2024 v0.3.6 Dec 9, 2024 Changes in this version type Build + Ldflags string + Trimpath bool + Windowsgui bool v0.3.5 Oct 19, 2024 v0.3.4 Sep 30, 2024 v0.3.3 Sep 9, 2024 v0.3.2 Aug 17, 2024 Changes in this version type Web + GenerateHTML bool v0.3.1 Aug 2, 2024 v0.3.0 Jul 24, 2024 Changes in this version type Build + Dir string + Output string v0.2.3 Jul 16, 2024 v0.2.2 Jul 14, 2024 v0.2.1 Jul 14, 2024 Changes in this version type Generate + Icons string v0.2.0 Jun 20, 2024 v0.1.4 Jun 1, 2024 v0.1.3 May 5, 2024 Changes in this version + func LinkerFlags(c *Config) string type Config + About string v0.1.2 May 1, 2024 v0.1.1 May 1, 2024 Changes in this version type Config + NamePrefix string v0.1.0 Apr 14, 2024 v0.0.10 Apr 14, 2024 Changes in this version + var ArchsForOS = map[string][]string + var SupportedArch = map[string]bool + var SupportedOS = map[string]bool + func ArchSupported(arch string) error + func OSSupported(os string) error + func VersionLinkerFlags() string + type Build struct + AndroidMinSDK int + AndroidTargetSDK int + Debug bool + IOSVersion string + Target []Platform + type Config struct + Build Build + Desc string + Generate Generate + ID string + Log Log + Name string + Pack Pack + Pages string + Type Types + Version string + Web Web + func (c *Config) OnConfig(cmd string) error + type Generate struct + Dir string + Enumgen enumgen.Config + Typegen typegen.Config + type Log struct + All string + Keep bool + Target string + type Pack struct + DMG bool + type Platform struct + Arch string + OS string + func (p *Platform) SetString(platform string) error + func (p Platform) String() string + type Types int32 + const TypeApp + const TypeLibrary + const TypesN + func TypesValues() []Types + func (i *Types) SetInt64(in int64) + func (i *Types) SetString(s string) error + func (i *Types) UnmarshalText(text []byte) error + func (i Types) Desc() string + func (i Types) Int64() int64 + func (i Types) MarshalText() ([]byte, error) + func (i Types) String() string + func (i Types) Values() []enums.Enum + type Web struct + Author string + AutoUpdateInterval time.Duration + BackgroundColor string + Env map[string]string + GithubVanityRepository string + Gzip bool + Image string + Keywords []string + Lang string + LoadingLabel string + Port string + RandomVersion bool + ThemeColor string + VanityURL string + WasmContentLengthHeader string