mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 10:44:28 +00:00
14 lines
472 B
Go
14 lines
472 B
Go
// Copyright (c) 2012-2016 The Revel Framework Authors, All rights reserved.
|
|
// Revel Framework source code and usage is governed by a MIT style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package proxy for a Revel Framework.
|
|
//
|
|
// It has a following responsibilities:
|
|
// 1. Build and run the users program in a proxy
|
|
// 2. Monitor the user source and restart the program when necessary.
|
|
//
|
|
// Source files are generated in the app/tmp directory.
|
|
|
|
package proxy
|