mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-19 05:35:24 +00:00
Initial rewrite of revel/cmd to provide vendor support and enhanced CLI options
This commit is contained in:
13
proxy/proxy.go
Normal file
13
proxy/proxy.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user