Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 07, 2021
  2. Feb 28, 2021
  3. Feb 25, 2021
  4. Feb 22, 2021
  5. Feb 21, 2021
  6. Feb 17, 2021
  7. Feb 15, 2021
  8. Feb 03, 2021
  9. Feb 01, 2021
  10. Jan 28, 2021
  11. Jan 20, 2021
  12. Jan 17, 2021
  13. Jan 15, 2021
  14. Jan 13, 2021
  15. Jan 10, 2021
  16. Jan 08, 2021
  17. Jan 07, 2021
  18. Jan 04, 2021
  19. Jan 03, 2021
    • Elliott Sales de Andrade's avatar
      Use more explicit int-to-string conversion. · 82791f7e
      Elliott Sales de Andrade authored
      This fixes the following errors with Go 1.15:
      ```
      src/options.go:452:69: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
      src/options.go:463:33: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
      ```
      82791f7e
Loading