Skip to content
#

Go

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 207 public repositories matching this topic...

semgrep
mjambon
mjambon commented Nov 13, 2020

Spacegrep, when scanning for files, tries to open regular files or directories even if it doesn't have the permission to to do. This results in the following exception:

$ spacegrep x -d /tmp
Fatal error: exception Sys_error("/tmp/not-your-business: Permission denied")
...

Instead, such files should be ignored with a warning, similarly to how binary files are ignored. The --force op

StrikerRUS
StrikerRUS commented Oct 18, 2019

I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.

Of course, piping is a solution, but not for development in Jupyter Notebook, for example.

sethtroisi
sethtroisi commented May 11, 2018

Setting up CloudyGo with all of MiniGo V7 takes ~20 hours of just copying / import data.

It would be nice to have an zipped instance folder. I imagine it would have 2 training runs with 100 models each and maybe 100 game per model + some eval games. This would make testing some changes much simpler for newcomers

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language
You can’t perform that action at this time.