<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - programming:go</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T12:38:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:go:bluetooth?rev=1593764907&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:go:debug?rev=1593764907&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:go:installation?rev=1593764907&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/programming:go:start?rev=1593764926&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/programming:go:bluetooth?rev=1593764907&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T08:28:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>API emitters</title>
        <link>http://192.168.180.206:8001/programming:go:bluetooth?rev=1593764907&amp;do=diff</link>
        <description>Golang bluetooth client based on bluez DBus interfaces

API emitters

	*  “adapter” - bluez.Adapter1Interface
	*  “discovery” -bluez.Device1Interface
	*  “service” - bluez.GattService1Interface
	*  “char” - bluez.GattCharacteristic1Interface
	*  “desc” - bluez.GattDescriptor1Interface</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/programming:go:debug?rev=1593764907&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T08:28:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>stack traces</title>
        <link>http://192.168.180.206:8001/programming:go:debug?rev=1593764907&amp;do=diff</link>
        <description>stack traces


08 func Example(slice []string, str string, i int) {
09     panic(&quot;Want stack trace&quot;)
10 }

main.Example(0x2080c3f50, 0x2, 0x4, 0x425c0, 0x5, 0xa)
        /Users/bill/Spaces/Go/Projects/src/github.com/goinaction/code/
        temp/main.go:9 +0x64</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/programming:go:installation?rev=1593764907&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T08:28:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Installation</title>
        <link>http://192.168.180.206:8001/programming:go:installation?rev=1593764907&amp;do=diff</link>
        <description>Installation

apt-get install golang-go gocode golang-golang-x-tools golint

manual update to latest versuion


sudo go get -u github.com/nsf/gocode
sudo go get -u github.com/rogpeppe/godef
sudo go get -u golang.org/x/tools/cmd/guru


GOPATH

	*  GOROOT</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/programming:go:start?rev=1593764926&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-03T08:28:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>GO</title>
        <link>http://192.168.180.206:8001/programming:go:start?rev=1593764926&amp;do=diff</link>
        <description>GO

Variables


  // Outside a function, every statement begins with a keyword (var, func, and so on) and so the := construct is not available.
  var a int
  var a, b int
  var i,j int = 1, 2

  
  var x int = 3
  // Inside a function, the := short assignment statement can be used in place of a var declaration with implicit type.
  y := 3</description>
    </item>
</rdf:RDF>
