[mirror] repository used for testing
Перейти к файлу
Dmitri Shuralyov 279bf1af73 all: fix build
Add a wasm build constraint to a WebAssembly-specific command.

Encountering an empty go.mod file can be confusing for humans
and for builders. Remove it, it's probably not needed anymore.

Lower the go directive to 1.22 in testtiming so that a go1.22
toolchain can test it without needing to upgrade.

Change-Id: I6550f67815d7a9a5fb70db57b17e576526fa8c8b
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/610455
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2024-09-04 15:16:52 +00:00
2shortplanks
Ch3ck
PumpkinSeed
SJC
ShortJohn
Southclaws
SpeedyCoder
aashishkarki
abdul
abhi-go
acabanas
adamkisala
adamo
adamryman
alex1x
aman
andrestc
andybons
anton-vorobiev
apatzer99
arl
arudd
aschlesener
asgaines
audrey
avelino
baylee
bdowns
bflad
bflanigan
blainsmith
bmoix
bogdanjsx
bontequero
bracewell
brainsnail
brandondyck
bschoch
btracey
buro9
calerogers
calvinbehling
calvn
carlisia
carmen
cassandraoid
cbro
cherry
chimeracoder
cixel
clairew
cmcguinness
codyoss
conradwt
corylanou
cpallares
csduarte
cyacco
danicat
danmrichards
dark5un
darron
davidgood
davidsbond
dechensherpa
delioda
dertseha
devalshah88
dfinkel
dgrmsh
dicaormu
dirbaio
dlsniper
domgreen
draina
drewvanstone
drichelson
dtimm
emasatsugu
enocom
epkann
esellblah
evanh
fenos
fexolm
filippo
fmstephe
frojasg
fuzz
gangleri
garrmcnu
gasteig
gautamdey
geototti21
ghchinoy
ghoil
gk
gmarik
gmichelo
gonzaloserrano
gopherbot
goyalankit
grantseltzer
grepory
gsg
guyfedwards
h0lyalg0rithm
hakim
hanwen
hawazine
hearot
herbie
huadcu
hugorut
ianzapolsky
iccha
ilanpillemer
iliasb
irbekrm
itch
ivan3bx
jackdbd
jakobernik
jamesfcarter
jamiebarnett
jaskamante
jasonkeene
jbd
jboursiquot
jcbwlkr
jda
jgimeno
jhewes
jkerr123
jlloyd
jmaeso
jms
joanlopez
joeshaw
johnnyluo
jonogould
joshroppo
jouderianjr
jtblakeley
jurgendecommer
jwangsadinata
jwilder
kasperlewau
katemanson
kentakudo
kevinburke
kiivihal
kinbiko
kirooha
ladydascalie
lagimenez
landonbjones
laurenceusas
leighcapili
leighmcculloch
liam
light
lineufelipe
lizrice
ljfranklin
lucas
ludweeg
luigiDB
lukmdo
mabu
maerf0x0
maitesin
makhan
manzan_46
marioarranzr
martisch
matloob
matthewrudy
matzhouse
mayra-cabrera
mbbroberg
mchoube
mdhender
mec07
mennis
merovius
mfrw
mgarton
mh
miguelbernadi
mlasala
mmcloughlin
mohan08p
morfeo8marc
morrisio
mperez
msd
msiggy
myles-mcdonnell-package
nathany
nathj07
natx
nd
neilowen
neosimsim
nickng
nikhita
nlindblad
nodo
ordishs
oskanberg
ottogiron
pamelin
pbathala
pbnjay
pedrosland
philpearl
pierreprinetti
pkch
pmoroney
prutswonder
pteichman
pwok
r
rabellamy
ram535ii
rautelap
rhettg
rkuska
robHertz
robbawebba
robclap8
rogersimms
rogpeppe
ronang
rowanf
rprimus
rrey
rsc
sameer
sandipb
sauvaget
sbramin
sbuss
scorphus
senekis
sepetrov
seubert
sfrancia
shwsun
skolodyazhnyy
sm
smoya
srburnham
sselph
stanchan
stegro
steveazz
sukrithanda
suttonjesse
telecoda
telliott
tengufromsky
teodorst
tessr
tetff
thanm
thoeni
tiago
timburks
tomasbasham
tommie
towerthousand
vanesa
vdemario
venilnoronha
vickiniu
virtualsue
vishen
vivaperu
vsayer
waits
walkert
wallyqs
waltzofpearls
wayneashleyberry
weeellz
wes
wfernandes
whill
willmadison
wrrn
wselwood
wvides
xiam
ymotongpoo
zaquestion
zombispormedio
LICENSE
README.md
doc.go

README.md

Scratch Repository

This repository is mainly for use by people learning how to use Gerrit and contribute to Go.

Click here for a tutorial on how to get started with a contribution to this repository.

A fuller, text-based tutorial based around the core Go project can be found here.

What should I add?

Add a folder with your username, and put a main function in there. You can put whatever you want in your main function; see the existing directories for examples.

All files should have the standard licensing header, and add appropriate documentation see the other files in this repository for an example.

Notes about Gerrit

If you have needed to change a Github pull request, you probably just added a second commit with the requested changes and pushed it. By contrast, all changes opened in Gerrit are a single commit, which means you need to amend your commit if the reviewer requests feedback.

To amend a previous commit, run git add (list of files you changed) to add your changes, then run git commit --amend to amend the commit to add new data. Your commit message should still summarize the entire commit ("Add kevinburke/main.go"), not just the change a reviewer asked for ("Fix typo").

After you amend the commit, re-run git codereview mail to push that change to the server. Then in the Gerrit UI, find the in-line comments left by your reviewer, click "Done", go back to the main PR page, and click "Reply" => "Send" to tell your reviewer that you've addressed your feedback.

Once you get a "Code-Review: +2" from a Go contributor, your change will be merged!

Need help?

Gerrit is not easy to get started with, and we want to help you out. If you are having trouble with Gerrit, contact the golang-devexp mailing list for help!