Skip to content

Instantly share code, notes, and snippets.

@kindlychung

kindlychung/tree Secret

Created May 4, 2015 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kindlychung/8b806465d04f50897bb7 to your computer and use it in GitHub Desktop.
Save kindlychung/8b806465d04f50897bb7 to your computer and use it in GitHub Desktop.
guestbook
├── README.md
├── guestbook.iml
├── project.clj
├── resources
│   └── public
│   ├── css
│   │   └── screen.css
│   ├── img
│   └── js
├── src
│   └── guestbook
│   ├── handler.clj
│   ├── models
│   │   └── db.clj
│   ├── repl.clj
│   ├── routes
│   │   └── home.clj
│   ├── test.clj
│   └── views
│   └── layout.clj
├── target
│   ├── classes
│   │   └── META-INF
│   │   └── maven
│   │   └── guestbook
│   │   └── guestbook
│   │   └── pom.properties
│   ├── repl-port
│   └── stale
│   └── extract-native.dependencies
└── test
└── guestbook
└── test
└── handler.clj
20 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment