macaron.sublime-project 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "."
  6. },
  7. {
  8. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/docs"
  9. },
  10. {
  11. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/cache"
  12. },
  13. {
  14. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/session"
  15. },
  16. {
  17. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/binding"
  18. },
  19. {
  20. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/i18n"
  21. },
  22. {
  23. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/bindata"
  24. },
  25. {
  26. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/pongo2"
  27. },
  28. {
  29. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/captcha"
  30. },
  31. {
  32. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/csrf"
  33. },
  34. {
  35. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/gzip"
  36. },
  37. {
  38. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/switcher"
  39. },
  40. {
  41. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/inject"
  42. },
  43. {
  44. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/jade"
  45. },
  46. {
  47. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/oauth2"
  48. },
  49. {
  50. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/toolbox"
  51. },
  52. {
  53. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/method"
  54. },
  55. {
  56. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/sockets"
  57. },
  58. {
  59. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/macaron.peach"
  60. },
  61. {
  62. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/examples"
  63. },
  64. {
  65. "path": "/Users/unknwon/Applications/Go/src/github.com/go-macaron/mab"
  66. }
  67. ]
  68. }