Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Improve documentation for using the embedded resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlin Ralchev committed Apr 15, 2018
1 parent 9c3cabc commit b0109f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ subdirectories.
You can read the content in the following way:

```golang
// Import the package that includes 'resource.go'
import _ "database"

file, err := parcel.Open("your_sub_directory_name/your_file_name")
```

Expand Down

0 comments on commit b0109f6

Please sign in to comment.