1// Copyright 2016 Keybase Inc. All rights reserved.
2// Use of this source code is governed by a BSD
3// license that can be found in the LICENSE file.
4
5package libkbfs
6
7import "github.com/keybase/client/go/kbfs/env"
8
9// Context defines the environment for this package
10type Context env.Context
11