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

有没有 Golang 写的工具

  •  
  •   KeatingSmith · 2018-08-10 11:42:56 +08:00 · 3297 次点击
    这是一个创建于 2076 天前的主题,其中的信息可能已经有所发展或是发生改变。

    有没有 Golang 写的小工具之类的开源项目呢?

    主要是为了学习 Golang 语言时,看项目源码,学习的会更快。

    7 条回复    2018-08-10 20:40:39 +08:00
    neteroster
        1
    neteroster  
       2018-08-10 11:59:38 +08:00   ❤️ 1
    Mohanson
        2
    Mohanson  
       2018-08-10 12:01:34 +08:00   ❤️ 1
    maichael
        3
    maichael  
       2018-08-10 12:06:24 +08:00
    学习什么都脱离不开 awesome 系列。
    ylsc633
        4
    ylsc633  
       2018-08-10 12:17:47 +08:00   ❤️ 1
    自己写个博客 就开始熟悉了
    我就是这么干的 https://github.com/Yela528/beego-postgres-blog 练手的!
    反正自己用..

    现在再会看这种写法.. 有点.. emmm...
    zjbztianya
        5
    zjbztianya  
       2018-08-10 13:28:40 +08:00   ❤️ 1
    这个好像不错的样子
    https://github.com/kkdai/project52



    (06/25) https://github.com/kkdai/goFBPages A facebook page photo downloader
    (07/02) https://github.com/kkdai/goInstagramDownloader Instagram photo downloader
    (07/10) https://github.com/kkdai/goFbAlbum A package to summerize all facebook album handle APIs using FB Graph API..
    (07/18) https://github.com/kkdai/mstranslator A client to use Microsoft Translator Services.
    (07/25) https://github.com/kkdai/iloveptt A Web crawler to browse PTT and download photos
    (07/31) https://github.com/kkdai/paxos A consensus algorithm "Paxos" implement
    (08/07) https://github.com/kkdai/bloomfilter A bloom filter implement
    (08/15) https://github.com/kkdai/skiplist SkipList implement in Go
    (08/22) https://github.com/kkdai/pubsub A Redis pub/sub concept implement
    (08/29) https://github.com/kkdai/webpic A website pic downloader
    (09/04) https://github.com/kkdai/jsonop A json operation library
    (09/12) https://github.com/kkdai/radix A simple radix tree implement in Golang
    (09/19) https://github.com/kkdai/dfa A Deterministic Finite Automata function implement in Golang
    (09/26) https://github.com/kkdai/nfa A Nondeterministic Finite Automata function implement in Golang
    (10/02) https://github.com/kkdai/e-nfa A Epsilon Nondeterministic Finite Automata function implement in Golang
    (10/09) https://github.com/kkdai/re2epsnfa A tranform function to translate RE to Epsilon-NFA
    (10/16) https://github.com/kkdai/cyk CYK algorithm in Golang
    (10/23) https://github.com/kkdai/pcp PCP: Post ’ s Correspondence Problems simple solver implement in Golang
    (10/30) https://github.com/kkdai/tm TM: Turing Machine implement in Golang
    (11/05) https://github.com/kkdai/twitter A simple twitter API in Golang
    (11/13) https://github.com/kkdai/consistent Consistent Hashing implement in Golang
    (11/20) https://github.com/kkdai/photomgr A photo download made for gomobile in Golang
    (11/27) https://github.com/kkdai/trigram A trigram indexing using Go
    (12/04) https://github.com/kkdai/ngram A ngram indexing using Go
    (12/11) https://github.com/kkdai/beacon Beacon Simulator: A simple beacon simulator (iBeacon/Eddystone) in Golang
    (12/18) https://github.com/kkdai/youtube A Youtube download package in Golang
    (12/25) https://github.com/kkdai/react-diff React Diff binary tree in Golang (Graphviz)
    (12/31) https://github.com/kkdai/EddystoneScanner Eddystone Beacon Scanner in Golang
    (01/08) https://github.com/kkdai/CoapPubsub A PubSub client/server using CoAP protocol
    (01/15) https://github.com/kkdai/ri A UDP client/server to get Public and Private IP and Port for hole punching
    (01/22) https://github.com/kkdai/coapmq A Publish-Subscribe Broker for the Constrained Application Protocol (CoAP) in Golang
    (01/29) https://github.com/kkdai/oxford-face Project Oxford Face API for Golang
    (02/05) https://github.com/kkdai/oxford-face-client A client App for oxford-face Golang package ( http://github.com/kkdai/oxford-face)
    (02/12) https://github.com/kkdai/oxford-emotion Project Oxford Emotion API for Golang
    (02/19) https://github.com/kkdai/diskqueue NSQ Diskqueue implement in Golang
    (02/26) https://github.com/kkdai/pd (PUBSUB) Publish-Subscrbe message broker with Disk queue in Golang
    (03/04) https://github.com/kkdai/rd A simple RPC Message Queue Server/Client with DiskQueue
    (03/11) https://github.com/kkdai/raftrpc Simple RPC Key Value Server using etcd/Raft in Golang
    (03/18) https://github.com/kkdai/githubrss A github notification (starred, follower, followed) RSS feed in Golang
    (03/25) https://github.com/kkdai/rss-webserver A simple Github Status RSS feeder server in Golang
    (04/01) https://github.com/kkdai/slack-console A simple slack console tool in Golang
    (04/08) https://github.com/kkdai/plurk-makerserver Plurk post server for IFTTT Maker in Golang
    (04/15) https://github.com/kkdai/kmp KMP (Knuth – Morris – Pratt algorithm) implement and related string function Strstr and Strchr in Golang
    (04/22) https://github.com/kkdai/aca Aho – Corasick algorithm automation implement in Golang
    (04/29) https://github.com/kkdai/LineBotTemplate A simple Golang LineBot Template and tutorial how to setup on Heroku for Line Bot API
    (05/06) https://github.com/kkdai/LineBotPetNeedMe Animal Adoption Platform on Line Bot
    (05/13) https://github.com/kkdai/petneedme Package to get Pet Adoption OpenData from Taiwan in Golang
    (05/20) https://github.com/kkdai/bstream A Bit Stream helper in Golang
    (05/27) https://github.com/kkdai/trr TRR: Time-Series of gorilla algorithm with Raft RPC Server/Client in Golang
    (06/03) https://github.com/kkdai/maglev A Google Maglev Hashing Algorithm implement in Golang
    (06/10) https://github.com/kkdai/petl A Pipeline ETL process and receive data from pipe in Golang
    (06/17) https://github.com/kkdai/raftserver A RPC Server implement base on Raft Paper in Golang
    cloverstd
        6
    cloverstd  
       2018-08-10 13:50:12 +08:00   ❤️ 1
    flynaj
        7
    flynaj  
       2018-08-10 20:40:39 +08:00 via Android
    https://github.com/ginuerzh/gost
    多协议全功能隧道程序
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4129 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 05:17 · PVG 13:17 · LAX 22:17 · JFK 01:17
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.