cmd/age: add a prototype of the command line tool

This commit is contained in:
Filippo Valsorda
2019-10-06 23:16:20 -04:00
parent 37d95cc84a
commit 0940f184fb
13 changed files with 266 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
// Copyright 2019 Google LLC
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
package format
import (