Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
Goweb
Overview
Overview
Details
Activity
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Michele Crudele
Goweb
Commits
f6c3a09f
Commit
f6c3a09f
authored
Jul 07, 2017
by
Michele Crudele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad links to Jazz
parent
6d5473c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
index.html
public/index.html
+2
-2
No files found.
README.md
View file @
f6c3a09f
...
...
@@ -9,7 +9,7 @@ You can use the following clouds for testing:
-
[
Pivotal
](
https://run.pivotal.io
)
.
You can play with an instance of the app running in Bluemix at
[
this link
](
http://goweb.mybluemix.net/
)
,
as well as getting the code from
JazzHub at
[
this link
](
https://hub.jazz.net/project/m
crudele/Goweb
)
.
as well as getting the code from
Git at
[
this link
](
https://git.ng.bluemix.net/michele.
crudele/Goweb
)
.
Once you get the code you can run
*Goweb*
directly on your desktop: the only requirement is the
`Go Programming Language`
binary distribution that you can download from the official site.
...
...
public/index.html
View file @
f6c3a09f
...
...
@@ -12,8 +12,8 @@
<p>
This is an example web application written in
<a
href=
"http://golang.org"
>
Go language
</a>
running in
<a
href=
"http://ng.bluemix.net"
>
BlueMix
</a>
.
<br>
It does some simple
<em>
maths
</em>
for you. Check the links below if you want to try.
<p>
You can get the source code of this App
<a
href=
"
/goweb.zip"
mimetype=
"text/plain
"
>
here
</a>
.
<p>
You can read how to deploy it in BlueMix
<a
href=
"https://
hub.jazz.net/project/mcrudele/Goweb/overview
"
>
here
</a>
.
<p>
You can get the source code of this App
<a
href=
"
https://git.ng.bluemix.net/michele.crudele/Goweb
"
>
here
</a>
.
<p>
You can read how to deploy it in BlueMix
<a
href=
"https://
git.ng.bluemix.net/michele.crudele/Goweb/blob/master/README.md
"
>
here
</a>
.
<ul>
<li><a
href=
"/primefactors.html"
>
Calculate the prime factors of a number
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment