Git Product home page Git Product logo

go-learning's Introduction

go mod 包管理,制作自己的包?

#channel 中的buffer 满了之后,写入时会阻塞么?

#多个case 多个buffer 如何处理

#select 和switch 的区别 select只能应用于channel的操作,既可以用于channel的数据接收,也可以用于channel的数据发送。
如果select的多个分支都满足条件,则会随机的选取其中一个满足条件的分支, 如语言规范中所说
switch可以为各种类型进行分支操作, 设置可以为接口类型进行分支判断(通过i.(type))

#* 和& 的区别,指针和值 &符号的意思是对变量取地址 *符号的意思是对指针取值 #benchmark 测试没有输出时间 go test -bench=. #goconvey

#json

#http 内置的http server,路由规则,最长匹配原则 1.

#leet-code 刷题

go-learning's People

Contributors

yuanjie111 avatar

Watchers

James Cloos avatar wayne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.