Surround Me with Love

"Surround Me with Love" is a song written by Wayland Holyfield and Norro Wilson, and recorded by American country music artist Charly McClain. It was released in April 1981 as the first single and title track from the album Surround Me with Love. The song reached #5 on the Billboard Hot Country Singles & Tracks chart.[1]

"Surround Me with Love"
Single by Charly McClain
from the album Surround Me with Love
B-side"He's Back"
ReleasedApril 11, 1981
GenreCountry
Length3:56
LabelEpic
Songwriter(s)Wayland Holyfield, Norro Wilson
Producer(s)Larry Rogers
Charly McClain singles chronology
"Who's Cheatin' Who"
(1980)
"Surround Me with Love"
(1981)
"Sleepin' with the Radio On"
(1981)

Chart performance

Chart (1981) Peak
position
US Hot Country Songs (Billboard)[2] 5
Canadian RPM Country Songs 13
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.

References

  1. Whitburn, Joel (2004). The Billboard Book Of Top 40 Country Hits: 1944-2006, Second edition. Record Research. p. 221.
  2. "Charly McClain Chart History (Hot Country Songs)". Billboard.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.