V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
splay
V2EX  ›  Go 编程语言

明天要去面试 Go 开发,要怎么准备?

  •  
  •   splay · 2018-03-20 18:01:48 +08:00 · 2148 次点击
    这是一个创建于 2221 天前的主题,其中的信息可能已经有所发展或是发生改变。
    只是完成过 mit6.824 的课程以及在 leetcode 上用 go 刷了点题。
    4 条回复    2018-03-21 02:47:20 +08:00
    hduwillsky
        1
    hduwillsky  
       2018-03-20 18:07:51 +08:00 via iPhone
    web 的话,看看谢大的 beego 框架,最好 go 写的几个杀手级应用要了解 。
    charadeyouare
        2
    charadeyouare  
       2018-03-20 18:39:02 +08:00
    我觉得会问到 “ net/http ” 的东西
    cuebyte
        3
    cuebyte  
       2018-03-20 18:45:51 +08:00   ❤️ 1
    準備下一家
    my3157
        4
    my3157  
       2018-03-21 02:47:20 +08:00   ❤️ 3
    runtime.GOMAXPROCS 设置为 1 时, goroutine 怎么调度, gosched 让出 cpu 等
    defer panic 各种嵌套
    channel 有 buffer 无 buffer
    receiver 指针与非指针时候, method 调用
    数组 and slice, sub-slice,改变数组的值
    init 现在应该没啥人问了吧

    ... ... ... ...

    想到啥问啥
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5699 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 02:08 · PVG 10:08 · LAX 19:08 · JFK 22:08
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.