본문 바로가기

일상적 이야기들.

검색하기
일상적 이야기들.
프로필사진 noveljava

  • 일상 (67)
    • 일기 (14)
    • 생각 (14)
    • 작업일지 (4)
    • 리뷰 (4)
    • 프로그래밍 (31)
      • JAVA&SPRING (1)
      • PYTHON (10)
      • LISP (1)
      • REACT (1)
      • VUE.JS (0)
      • GOLang (2)
      • 알고리즘 문제풀이 (14)
      • Electron (0)
      • JENKINS (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • loadimpact
  • GlobalInterprintLock
  • printer_helper
  • 규칙없음
  • flake8
  • goalng
  • opensouce
  • Algorithm
  • Lint
  • python
  • 오큘러스퀘스트2
  • restfulapi
  • 유닉스의탄생
  • organizeImports
  • vscode
  • Golang
  • conf
  • 코로나백신
  • 글쓰기가필요하지않은인생은없다
  • 독후감
  • springboot
  • codewars
  • maxlinelength
  • typevar
  • codewar
  • pyenv
  • 조엘온소프트웨어
  • httppretty
  • pep8
  • ProxyServer
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록conf (1)

일상적 이야기들.

Conf, Init 파일 사용하기

Ini 프로그램 구동시 가장 먼저 Load 되어야할 정보들을 기록해둔다. Section, Key 로 구성이 되어있다. [property] path = "/Users/everspin/Public/company/next_gen_server_library_go/policy" fileName = "property.ini" [] 는 Secion을 의미한다. 하위는 Secion의 key를 의미한다. Code go get gopkg.in/ini.v1 package main import "gopkg.in/ini.v1" func main() { cfg, err := ini.Load("setting.ini") if err != nil { fmt.Println(err) } propertySection := cfg.Secti..

프로그래밍/GOLang 2021. 11. 9. 16:27
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바