1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

golangで『hello world』ならぬ『Merry Christmas』を出すまで。(初めてのAdvent Calendarです!)

Last updated at Posted at 2021-12-01

はじめに

毎日誰かのプルリクをマージしてクリスマスを彩るアドベントカレンダー(Golang)2日目のアドベントカレンダーです!

初めての『Advent Calendar』でとてもドキドキしています!(>ω<)!!!!

今回行ったことは以下です!凝ったことはしていません!:sunglasses:ドヤっ!
・『Merry Christmas』を出す!
・ 実行手順を書く
・ 他にもIssueを書いておく

#『Merry Christmas』を出す!

$ cd app
$ go build main.go
$ ./main

chromなどで、http://localhost:8080/sachiko
でアクセス。

以下表示されるようにしました。

スクリーンショット 2021-11-08 2.14.22.png

実行手順を書く

READMEに以下を追記させていただきました!

スクリーンショット 2021-11-08 3.32.32.png

他にもIssueを書いておく

『Issue』を書くのも出来るとのことだったので沢山『Issue』を書いてみました!
実現してくれる方いたら凄くテンション上がるんだろうなと感じています!(>ω<)

  • 『Merry Christmas』をオシャレにする。
  • サンタクロースからの素敵な言葉を追加。
  • 面白いパッケージを作成する。

行った全体の流れ

  • githubのフォーク(好みかもです、)
スクリーンショット 2021-11-08 3.05.44.png
  • フォークをクローンしてゴニョゴニョしてプッシュ
$ git clone https://github.com/sachiko-kame/advent.git

$ cd advent

$ git checkout -b merry_christmas

ゴニョゴニョする。

$ git push --set-upstream origin merry_christmas
  • 作者のリポジトリに行きプルリクボタンを押してプルリクメッセージ等書く。その際メッセージにIssuesのリンク記述する。
スクリーンショット 2021-11-08 3.41.11.png

3日目は @codehex さんです!
よろしくお願いします!

@rhymof さんマージお願いします!
twitterでメンション飛ばしたのですが念の為こちらでも!

少しの雑談

githubトークン作らないといけなくなりましたね、、

参考

golang参考

プルリク参考

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?