Files
learngo/x-tba/strings-runes-bytes/exercises
2019-03-05 14:15:39 +03:00
..
2019-03-05 14:15:39 +03:00
2019-03-05 14:15:39 +03:00
2019-03-05 14:15:39 +03:00

TODO

  • Write a program that dumps the bytes of the given argument

    • Get the first unicode char ([]rune)
    • Get the last unicode char ([]rune)
  • In the masker program:

    • Use copy instead of append when appendin the "http://" manually