소스 검색

Move main.go to cmd/htmlhouse

master
Matt Baer 2 년 전
부모
커밋
ab6fa9d785
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -0
      cmd/htmlhouse/.gitignore
  2. +3
    -1
      cmd/htmlhouse/main.go
  3. +0
    -1
      main/.gitignore

+ 1
- 0
cmd/htmlhouse/.gitignore 파일 보기

@@ -0,0 +1 @@
htmlhouse

main/main.go → cmd/htmlhouse/main.go 파일 보기

@@ -1,6 +1,8 @@
package main

import "github.com/writeas/htmlhouse"
import (
"github.com/writeas/htmlhouse"
)

func main() {
htmlhouse.Serve()

+ 0
- 1
main/.gitignore 파일 보기

@@ -1 +0,0 @@
main

불러오는 중...
취소
저장