Commit Graph

8 Commits

Author SHA1 Message Date
Max Cherry 1efc868257 types: actually, better stick to int64 instead of just int
At least, it's more convenient to use with time std pkg.
Also, API implementations better never rely on machine-dependent types.
2018-12-30 12:42:52 +02:00
Max Cherry 3682b9ade1 types: get rid of uint8 (int8 should do) 2018-12-30 12:40:26 +02:00
Max Cherry ca66729d83 types: get rid of uint64 (int will do) 2018-12-30 12:39:11 +02:00
Max Cherry a3ff7a9eef adcom1: rename package to adcom1 (avoid surprises) 2018-12-28 13:51:31 +02:00
Max Cherry 3d51ce9f94 adcom1: int type corrections: utcoffset - int, w/h ratios - uint8 2018-12-28 13:14:33 +02:00
Max Cherry 8f16e4006d adcom1: review numeric types - use fixed-size int/uint 2018-12-28 12:57:09 +02:00
Max Cherry c8f0fbc7db adcom1: use exact types instead of interface{} placeholders 2018-12-27 15:18:20 +02:00
Max Cherry f8fd3e7945 adcom1: placement objects draft 2018-12-25 14:35:40 +02:00