-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,106 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Talks - The Go Programming Language</title> | ||
<link type="text/css" rel="stylesheet" href="../static/dir.css"> | ||
<script src="../static/dir.js"></script> | ||
<script> | ||
|
||
if (window["location"] && window["location"]["hostname"] == "talks.golang.org") { | ||
var _gaq = _gaq || []; | ||
_gaq.push(["_setAccount", "UA-11222381-6"]); | ||
_gaq.push(["b._setAccount", "UA-49880327-6"]); | ||
window.trackPageview = function() { | ||
_gaq.push(["_trackPageview", location.pathname+location.hash]); | ||
_gaq.push(["b._trackPageview", location.pathname+location.hash]); | ||
}; | ||
window.trackPageview(); | ||
window.trackEvent = function(category, action, opt_label, opt_value, opt_noninteraction) { | ||
_gaq.push(["_trackEvent", category, action, opt_label, opt_value, opt_noninteraction]); | ||
_gaq.push(["b._trackEvent", category, action, opt_label, opt_value, opt_noninteraction]); | ||
}; | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<div id="topbar"><div class="container"> | ||
|
||
<form method="GET" action="http://golang.org/search"> | ||
<div id="menu"> | ||
<a href="http://golang.org/doc/">Documents</a> | ||
<a href="http://golang.org/ref">References</a> | ||
<a href="http://golang.org/pkg/">Packages</a> | ||
<a href="http://golang.org/project/">The Project</a> | ||
<a href="http://golang.org/help/">Help</a> | ||
<input type="text" id="search" name="q" class="inactive" value="Search"> | ||
</div> | ||
<div id="heading"><a href="../index.html">The Go Programming Language</a></div> | ||
</form> | ||
|
||
</div></div> | ||
|
||
<div id="page"> | ||
|
||
<h1>Go talks</h1> | ||
|
||
<h2>presentations/2024-07-13--nebular--manfred</h2> | ||
|
||
|
||
|
||
|
||
<h4>Slide decks:</h4> | ||
<dl> | ||
|
||
<dd><a href="2024-07-13--nebular--manfred/presentation.slide.html">presentation.slide</a>: Gno: Examples and Comparisons</dd> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
<h4>Sub-directories:</h4> | ||
<dl> | ||
|
||
<dd><a href="2024-07-13--nebular--manfred/code.html">code</a></dd> | ||
|
||
</dl> | ||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>, | ||
the content of this page is licensed under the | ||
Creative Commons Attribution 3.0 License, | ||
and code is licensed under a <a href="http://golang.org/LICENSE">BSD license</a>.<br> | ||
<a href="http://golang.org/doc/tos.html">Terms of Service</a> | | ||
<a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> | ||
</div> | ||
|
||
<script> | ||
(function() { | ||
|
||
if (window["location"] && window["location"]["hostname"] == "talks.golang.org") { | ||
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; | ||
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; | ||
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); | ||
} | ||
})(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Talks - The Go Programming Language</title> | ||
<link type="text/css" rel="stylesheet" href="../../static/dir.css"> | ||
<script src="../../static/dir.js"></script> | ||
<script> | ||
|
||
if (window["location"] && window["location"]["hostname"] == "talks.golang.org") { | ||
var _gaq = _gaq || []; | ||
_gaq.push(["_setAccount", "UA-11222381-6"]); | ||
_gaq.push(["b._setAccount", "UA-49880327-6"]); | ||
window.trackPageview = function() { | ||
_gaq.push(["_trackPageview", location.pathname+location.hash]); | ||
_gaq.push(["b._trackPageview", location.pathname+location.hash]); | ||
}; | ||
window.trackPageview(); | ||
window.trackEvent = function(category, action, opt_label, opt_value, opt_noninteraction) { | ||
_gaq.push(["_trackEvent", category, action, opt_label, opt_value, opt_noninteraction]); | ||
_gaq.push(["b._trackEvent", category, action, opt_label, opt_value, opt_noninteraction]); | ||
}; | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<div id="topbar"><div class="container"> | ||
|
||
<form method="GET" action="http://golang.org/search"> | ||
<div id="menu"> | ||
<a href="http://golang.org/doc/">Documents</a> | ||
<a href="http://golang.org/ref">References</a> | ||
<a href="http://golang.org/pkg/">Packages</a> | ||
<a href="http://golang.org/project/">The Project</a> | ||
<a href="http://golang.org/help/">Help</a> | ||
<input type="text" id="search" name="q" class="inactive" value="Search"> | ||
</div> | ||
<div id="heading"><a href="../../index.html">The Go Programming Language</a></div> | ||
</form> | ||
|
||
</div></div> | ||
|
||
<div id="page"> | ||
|
||
<h1>Go talks</h1> | ||
|
||
<h2>presentations/2024-07-13--nebular--manfred/code</h2> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h4>Files:</h4> | ||
<dl> | ||
|
||
<dd><a href="code/hello.go">hello.go</a></dd> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>, | ||
the content of this page is licensed under the | ||
Creative Commons Attribution 3.0 License, | ||
and code is licensed under a <a href="http://golang.org/LICENSE">BSD license</a>.<br> | ||
<a href="http://golang.org/doc/tos.html">Terms of Service</a> | | ||
<a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> | ||
</div> | ||
|
||
<script> | ||
(function() { | ||
|
||
if (window["location"] && window["location"]["hostname"] == "talks.golang.org") { | ||
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; | ||
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; | ||
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); | ||
} | ||
})(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package main | ||
|
||
import "fmt" | ||
|
||
func main() { | ||
fmt.Println("Hello, Nebular! It's Manfred.") | ||
} |
Oops, something went wrong.