Commit Graph

  • f05b313484
    Added files csv-file.go and trackLog-sample.csv. These are to try out Go to load and process CSV files. File trackLog-sample.csv contains extract of real time data that is retrieved from car ECU using OBD2 scanner. master Gytis Repečka 2019-02-17 13:58:12 +0200
  • da314f15dd
    Added struct-interface.go - in this exercise two structs Car and Truck has interface Vehicle and methods for it. Example shows how methods (functions) should be written for just specific struct or for the interface (i.e. applicable for both Car and Truck). Also explaining use of pointers as opposed to using a copy of obejct. Gytis Repečka 2018-10-27 20:17:19 +0300
  • 9cda53cf77
    Added draw-image.go which draws circle using Midpoint circle algorithm. To output full circle I used to draw smaller circles inside up to center but eventually there are not filled pixels left. Gytis Repečka 2018-10-27 19:29:56 +0300
  • bb840a479c
    Added basic-struct.go with example of using struct in struct, also calling method. Gytis Repečka 2018-10-10 22:11:25 +0300
  • 14079d51e7
    Updated README with initial details. Gytis Repečka 2018-10-09 20:37:00 +0300
  • b4c4f41f44 Added recursive-function.go initial version. Gytis Repečka 2018-10-09 20:16:16 +0300
  • d46be4de20
    Initial commit Gytis Repečka 2018-10-07 22:24:58 +0300