Golang Notes & Tips

2019/07/14 Golang

精通x语言😂,先来看看Go吧

开发环境搭建

  • 需要安装go1.11以上的版本, 配置好GOPROXY和GO111MODULE后使用国内代理来Import依赖。

  • third party tool:

    • Go autocomplete tool: go get -u github.com/nsf/gocode
    • Go debug tool: go get -u github.com/go-delve/delve/cmd/dlv

总结

  • multiline strings: backticks instead of double quotes.

    `line 1
    line 2
    line 3`
    

Readlist

Search

    Categories Cloud

    Life Linux C/CPP Database Web Benchmarks Software Data Python TCP/IP Financial Stock Bug Golang Rust General Infrastructure TODO Movie Multitenancy Java Ant Algorithm Fastjson Death Build Deploy Education India Aamir Khan Society Female Learning Method OJ Interviewee Interviewer AVL Tree MyBatis Code Reading Design Diary Dating Heap Data Structure Summary Reading Love Claire Mcfall Ferryman Zodiac Astrology Chinese Calculator flink Dubbo docker redis

    Table of Contents