https://github.com/dotmpe/x-golang
Golang testbed
https://github.com/dotmpe/x-golang
Last synced: 4 months ago
JSON representation
Golang testbed
- Host: GitHub
- URL: https://github.com/dotmpe/x-golang
- Owner: dotmpe
- License: gpl-3.0
- Created: 2017-10-29T05:22:31.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-04-23T14:22:51.000Z (about 8 years ago)
- Last Synced: 2025-10-07T09:41:56.191Z (8 months ago)
- Language: Makefile
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-fig1.gv.sh
- License: LICENSE
Awesome Lists containing this project
README
digraph {
rankdir="LR" ;
node [ shape=Mrecord ] ;
stylesheet="style.svg.css" ;
GIT [ label="GIT", URL="$package_urls_source_code__0", style=filled, fillcolor=transparent ] ;
Travis [ label="Travis", URL="$package_urls_builds__0", style=filled, fillcolor=transparent ] ;
Docker_Hub [ label="Hub", URL="$package_urls_images__0", style=filled, fillcolor=transparent ] ;
GIT -> Travis [ label="Tag or commit" ]
Travis -> Docker_Hub [ label="Build, Tag & Push" ] ;
// vim:ft=dot:
}