diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 17:16:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 17:16:12 +0200 |
commit | 93620443da0307626ff7a29d9eeff70079c1a192 (patch) | |
tree | 682fea1f3678c64ef2b9099952acb63bdf0528bd /src/c_defs.go | |
parent | New file, still progressing (diff) | |
download | go2work-93620443da0307626ff7a29d9eeff70079c1a192.tar.gz go2work-93620443da0307626ff7a29d9eeff70079c1a192.tar.bz2 go2work-93620443da0307626ff7a29d9eeff70079c1a192.tar.xz go2work-93620443da0307626ff7a29d9eeff70079c1a192.tar.zst go2work-93620443da0307626ff7a29d9eeff70079c1a192.zip |
Set up default options, now going for random and true parse
Diffstat (limited to '')
-rw-r--r-- | src/c_defs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index 9e9feef..4a4dc59 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * go2work: src/c_defs.go - * Wed Mar 30 13:33:39 CEST 2022 + * Fri Apr 1 17:11:48 CEST 2022 * Joe * * Definitions. @@ -74,7 +74,7 @@ func DEF_PLAYER_OPTIONS() []string { } } -type options struct { +type Options struct { files []string media_player string player_options []string |