diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 22:42:40 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 22:42:40 +0200 |
commit | 00247edb6d5c236d844afd4f5f810d5d47f0aebe (patch) | |
tree | 10091e59853972d087901b14b3cb013eb0427094 /src/u_utils.go | |
parent | Update (diff) | |
download | go2work-00247edb6d5c236d844afd4f5f810d5d47f0aebe.tar.gz go2work-00247edb6d5c236d844afd4f5f810d5d47f0aebe.tar.bz2 go2work-00247edb6d5c236d844afd4f5f810d5d47f0aebe.tar.xz go2work-00247edb6d5c236d844afd4f5f810d5d47f0aebe.tar.zst go2work-00247edb6d5c236d844afd4f5f810d5d47f0aebe.zip |
In progress
Diffstat (limited to '')
-rw-r--r-- | src/u_utils.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/u_utils.go b/src/u_utils.go index 88b8768..a0c5008 100644 --- a/src/u_utils.go +++ b/src/u_utils.go @@ -39,14 +39,14 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * go2work: src/u_utils.go - * Tue Mar 29 22:15:50 CEST 2022 + * Tue Mar 29 22:32:20 CEST 2022 * Joe */ package main -func time_to_seconds(time [3]int) int { +func time_to_seconds(time [3]byte) uint16 { } -func seconds_to_time(seconds int) [3]int { +func seconds_to_time(seconds uint16) [3]byte { } |