Go语言中文网 为您找到相关结果 437

Bootstrapping a system?

<p>I&#39;m looking at learning Go as my first programming language and figured this would be a good project to start out on.</p> <p>Would it be possible to write a Golang app that would take a fresh and clean vanilla install of Ubuntu for example and bring it to a full configured state?</p> <p>A rough sketch of ...阅读全文

资源 2017-02-22 21:00:10 xuanbao

Go concurrency question: the same task to many processes

<p>I&#39;m fairly new to Go and the idea behind having one common channel (e.g. a task queue) for multiple goroutines seemed quite intuitive. A dispatcher would continuously push the tasks to the queue, and the goroutines would pop the tasks from the channel as they appear.</p> <p>However, what if I wanted to communicate the ...阅读全文

Building a CLI tool for a Go-project this month as an actively maintained OSS project. Greedily looking for contributors!

<p>Hi Gophers,</p> <p>I&#39;m a bit of a go-lurker but decided to step into the world of Golang to build a project for this month. If you have an interest in working on a managed open source project with deadline in sight (ie; to get things done) continue on!</p> <p>On (somewhat of) a monthly basis I run <a hr...阅读全文

资源 2017-08-09 01:00:10 xuanbao

Graphqlator - A CLI program that generates a graphql-go server from an existing MySQL, MariaDB, or PostgresQL schema

<p>Hello Gophers,</p> <p>I&#39;m new here, been mostly lurking for the past few months. I&#39;ve written an open-source CLI tool that generates a GraphQL API server.</p> <p>It does this by connecting to your database instance and querying the <a href="https://dev.mysql.com/doc/refman/5.7/en/information...阅读全文

资源 2018-03-04 20:30:13 blov