GOLANG_INTERVIEW Telegram 1284
👣 Go совет

Встраивайте файлы прямо в Go-код с помощью пакета embed и директивы //go:embed.

Это работает как для отдельных файлов, так и для целых директорий:


import _ "embed"

//go:embed config.json
var config []byte

//go:embed version.txt
var version string

//go:embed templates/*
var templates embed.FS


📌 Удобно для:

- конфигов
- файлов с версией
- HTML-шаблонов
- любых статических ресурсов
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3311🔥7



tgoop.com/golang_interview/1284
Create:
Last Update:

👣 Go совет

Встраивайте файлы прямо в Go-код с помощью пакета embed и директивы //go:embed.

Это работает как для отдельных файлов, так и для целых директорий:


import _ "embed"

//go:embed config.json
var config []byte

//go:embed version.txt
var version string

//go:embed templates/*
var templates embed.FS


📌 Удобно для:

- конфигов
- файлов с версией
- HTML-шаблонов
- любых статических ресурсов

BY Golang вопросы собеседований




Share with your friend now:
tgoop.com/golang_interview/1284

View MORE
Open in Telegram


Telegram News

Date: |

While some crypto traders move toward screaming as a coping mechanism, many mental health experts have argued that “scream therapy” is pseudoscience. Scientific research or no, it obviously feels good. Administrators Telegram channels enable users to broadcast messages to multiple users simultaneously. Like on social media, users need to subscribe to your channel to get access to your content published by one or more administrators. Judge Hui described Ng as inciting others to “commit a massacre” with three posts teaching people to make “toxic chlorine gas bombs,” target police stations, police quarters and the city’s metro stations. This offence was “rather serious,” the court said. Telegram Channels requirements & features
from us


Telegram Golang вопросы собеседований
FROM American