This repository was archived by the owner on Aug 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22
33A very very rough first cut of present running as a GopherJS app.
44
5- Uses a rough copy and paste of much of the ` present ` command code - license and credits to follow...
5+ Uses largely a copy-paste of much of the [ original ` present ` command] ( https://godoc.org/golang.org/x/tools/cmd/present ) .
6+
7+ ### Hosted version
8+
9+ A hosted version of this program can be found here:
10+
11+ http://blog.myitcv.io/gopherjs_examples_sites/present/
12+
13+ My [ GolangUK 2017 talk
14+ slides] ( http://blog.myitcv.io/gopherjs_examples_sites/present/?url=https://raw.githubusercontent.com/myitcv/react/master/_talks/2017/golang_uk.slide&hideAddressBar=true )
15+ give a good example of some actual slides loaded within the program.
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018 Paul Jolly <paul@myitcv.org.uk>, all rights reserved.
2+ // Use of this document is governed by a license found in the LICENSE document.
3+
4+ // This package contains a fair amount of copy-paste from
5+ // https://godoc.org/golang.org/x/tools/cmd/present. The copyright notice from
6+ // that repo can be seen below, and is linked
7+ // https://github.com/golang/tools/blob/master/LICENSE
8+
19// Copyright 2012 The Go Authors. All rights reserved.
210// Use of this source code is governed by a BSD-style
311// license that can be found in the LICENSE file.
You can’t perform that action at this time.
0 commit comments