260630_224540
This commit is contained in:
parent
a2d00a212d
commit
fc36cfa4ea
42
.gitignore
vendored
42
.gitignore
vendored
@ -1,27 +1,19 @@
|
|||||||
# ---> Go
|
# Created by https://www.toptal.com/developers/gitignore/api/web
|
||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
# Edit at https://www.toptal.com/developers/gitignore?templates=web
|
||||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
||||||
#
|
|
||||||
# Binaries for programs and plugins
|
|
||||||
*.exe
|
|
||||||
*.exe~
|
|
||||||
*.dll
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
### Web ###
|
||||||
*.test
|
*.asp
|
||||||
|
*.cer
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
*.csr
|
||||||
*.out
|
*.css
|
||||||
|
*.htm
|
||||||
# Dependency directories (remove the comment below to include it)
|
*.html
|
||||||
# vendor/
|
*.js
|
||||||
|
*.jsp
|
||||||
# Go workspace file
|
*.php
|
||||||
go.work
|
*.rss
|
||||||
go.work.sum
|
*.wasm
|
||||||
|
*.wat
|
||||||
# env file
|
*.xhtml
|
||||||
.env
|
|
||||||
|
|
||||||
|
# End of https://www.toptal.com/developers/gitignore/api/web
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
|
|
||||||
func main(){
|
|
||||||
fmt.Println("Welcome to moira_db!");
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user