aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-03 13:45:16 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-03 13:45:16 +0200
commit4861d5d761aadb875d9096a6b809f60b5ee9e4e6 (patch)
tree7d22f1a0fe243493d18077e306d1a1064cb40da6 /src/c_defs.go
parentIts still not working (diff)
downloadgo2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.gz
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.bz2
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.xz
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.tar.zst
go2work-4861d5d761aadb875d9096a6b809f60b5ee9e4e6.zip
Caps ffs
Diffstat (limited to '')
-rw-r--r--src/c_defs.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 06aa400..eaeabd0 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -76,9 +76,9 @@ func DEF_PLAYER_OPTIONS() []string {
}
type Options struct {
- files []string
- media_player string
- player_options []string
- random bool
- use_fortune bool
+ Files []string
+ Media_player string
+ Player_options []string
+ Random bool
+ Use_fortune bool
}