1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# demo
A sample repository served by **gitweb** straight from
[upspin](https://upspin.io). Browse it at
`https://git.cosmocr.at/git@cosmocr.at/demo.git/`.
## What this shows
- the file tree and individual files (syntax-highlighted)
- branches and tags
- the commit log and per-commit diffs
```go
fmt.Println("hello from upspin")
```
|