Common isomorphic functionality in one kit.
Wirecog 56e9b878b1 Made pathing platform agnostic 6 years ago
.gitignore Initial import. 7 years ago
Acknowledgements.md Adding acknowledgements 6 years ago
LICENSE Initial import. 7 years ago
Readme.md Updated readme file 6 years ago
basicform.go Added functionality to change the page title when rendering pseudo pages. Added functionality to get an individual form field value. 6 years ago
fetchtemplatebundle.go Added functionality to associate a function map to a template set 6 years ago
form.go Modified definition of the Form interface. 6 years ago
formjs.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago
formparams.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago
formparamsjs.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago
gopherjshandlers.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago
isokit.go Added functionality to generate static asset bundles for cogs 6 years ago
opdetails.go Refactored redirect code 6 years ago
redirect.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago
route.go Added query selector functionality to gather collection of links to be registered 6 years ago
router.go Added query selector functionality to gather collection of links to be registered 6 years ago
static.go Made pathing with regards to the static assets bundling system platform agnostic 6 years ago
template.go Added setting to enable and disable the static assets bundling 6 years ago
templatebundle.go Made pathing platform agnostic 6 years ago
templateset.go Added functionality to minify static assets. Added clientonly build tag. 6 years ago

Readme.md

IsoKit

Go Report Card

The isokit package provides common functionality for developing Isomorphic Go applications.

Installation

IsoKit requires GopherJS.

Get IsoKit

go get -u github.com/isomorphicgo/isokit

The Isomorphic Go Project

More information on the benefits of Isomorphic Go applications can be found at the Isomorphic Go Website.

License

IsoKit is licensed under the BSD License. Read the LICENSE file for more information.