tools/cmd/godoc/bake.sh

10 lines
234 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright 2013 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
set -e
go run bake.go template/* | gofmt > template.go