microservices-demo/src/frontend
Vincent Batts ddc67a84fa
demo time
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-10-15 21:14:19 -04:00
..
genproto Add licenses (#367) 2020-07-15 11:56:37 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
static [ImgBot] Optimize images (#379) 2020-10-14 14:04:53 -07:00
templates Add licenses (#367) 2020-07-15 11:56:37 -07:00
.dockerignore frontend: add vendor/ to dockerignore 2018-08-27 13:29:16 -07:00
.gitkeep Add src dirs 2018-06-13 14:26:55 -07:00
Dockerfile Move to go modules (#410) 2020-10-13 13:05:53 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
go.mod Move to go modules (#410) 2020-10-13 13:05:53 -07:00
go.sum Move to go modules (#410) 2020-10-13 13:05:53 -07:00
handlers.go demo time 2020-10-15 21:14:19 -04:00
main.go Updated deps for exporter/jaeger (#282) 2020-04-13 15:23:46 -07:00
middleware.go Add more license headers 2018-07-25 21:25:27 -07:00
rpc.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00

README.md

frontend

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only