
While at it: - Replace vanity server with an http.Handler - Rename kkn.fi/cmd/vanity to kkn.fi/vanity - Update README - Rewrite Makefile - Upgrade to Go 1.9 git-svn-id: file:///srv/svn/repo/toyohime/trunk@60 922d331f-388e-da47-97a9-ad700dc0b8b9
7 lines
85 B
YAML
7 lines
85 B
YAML
language: go
|
|
go_import_path: kkn.fi/vanity
|
|
script: make test
|
|
go:
|
|
- 1.9
|
|
- tip
|