Skip to content

Where should the examples folder go in the spawning chapter #2986

Answered by Darksonn
GithubSre asked this question in Q&A
Discussion options

You must be logged in to vote

I'm assuming you're referring to the spawning chapter. The examples/ folder should go next to the src/ folder.

my-redis
├── examples
│   └── hello-redis.rs  <-- old main.rs file
└── src
    └── main.rs         <-- new empty file

If this does not work, please explain how it fails. What is the error message?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GithubSre
Comment options

Answer selected by GithubSre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants