mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
16 lines
205 B
Markdown
16 lines
205 B
Markdown
|
# shared
|
||
|
|
||
|
`shared` contains Go packages shared across applications. Consumers need to symlink the folder into their app directory.
|
||
|
|
||
|
---
|
||
|
|
||
|
## Development
|
||
|
|
||
|
### Commands
|
||
|
|
||
|
#### Run the tests
|
||
|
|
||
|
```
|
||
|
make test
|
||
|
```
|