Common isomorphic functionality in one kit.

isokit.go 348B

123456789101112
  1. // The Isomorphic Go Project
  2. // Copyright (c) Wirecog, LLC. All rights reserved.
  3. // Use of this source code is governed by a BSD-style
  4. // license, which can be found in the LICENSE file.
  5. // Package isokit provides common isomorphic functionality intended to be used
  6. // in an Isomorphic Go web application.
  7. package isokit
  8. var (
  9. WebAppRoot = ""
  10. )