forked from Mirrors/jsonapi
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
go run examples/app.go examples/handler.go examples/fixtures.go examples/models.go
|